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