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