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