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