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