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