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