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