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