#[repr(transparent)]pub struct Rxmgmask(pub u32);Expand description
Rx Mailboxes Global Mask Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rxmgmask
impl Eq for Rxmgmask
impl StructuralPartialEq for Rxmgmask
Auto Trait Implementations§
impl Freeze for Rxmgmask
impl RefUnwindSafe for Rxmgmask
impl Send for Rxmgmask
impl Sync for Rxmgmask
impl Unpin for Rxmgmask
impl UnwindSafe for Rxmgmask
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