pub struct ReferenceBitField(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl ReferenceBitField
Represents a bitfield - uint32_t isym : 24, flags : 8;
impl ReferenceBitField
Represents a bitfield - uint32_t isym : 24, flags : 8;
Auto Trait Implementations§
impl Freeze for ReferenceBitField
impl RefUnwindSafe for ReferenceBitField
impl Send for ReferenceBitField
impl Sync for ReferenceBitField
impl Unpin for ReferenceBitField
impl UnsafeUnpin for ReferenceBitField
impl UnwindSafe for ReferenceBitField
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