1 2 3 4 5 6 7
#![allow(dead_code)] #[repr(C)] pub struct ReprCBoolU32 { pub val_bool: bool, pub val_u32: u32 }