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