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