#[repr(transparent)]pub struct MaskLsb(pub u32);Expand description
Data Mask register, 32 Least Significant Bits
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for MaskLsb
impl Eq for MaskLsb
impl StructuralPartialEq for MaskLsb
Auto Trait Implementations§
impl Freeze for MaskLsb
impl RefUnwindSafe for MaskLsb
impl Send for MaskLsb
impl Sync for MaskLsb
impl Unpin for MaskLsb
impl UnwindSafe for MaskLsb
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