pub struct BoolU32(pub u32);Expand description
A boolean containing reserved bits
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoolU32
impl RefUnwindSafe for BoolU32
impl Send for BoolU32
impl Sync for BoolU32
impl Unpin for BoolU32
impl UnwindSafe for BoolU32
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more