use scryer_modular_bitfield::prelude::*; #[bitfield(bits = 16, bytes = 4)] pub struct SignInteger { sign: bool, value: B31, } fn main() {}