fix for raw struct

This commit is contained in:
Nikolay Volf
2016-04-20 19:10:41 +03:00
parent 8b1197b335
commit e3c20e1c64
2 changed files with 13 additions and 9 deletions

View File

@@ -25,3 +25,10 @@ enum Root {
number2: u64,
},
}
#[derive(Binary)]
struct DoubleRoot {
x1: u32,
x2: u64,
x3: u32,
}