#[repr(transparent)]pub struct IeeeTDef(pub u32);Expand description
Frames Transmitted after Deferral Delay Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for IeeeTDef
impl Eq for IeeeTDef
impl StructuralPartialEq for IeeeTDef
Auto Trait Implementations§
impl Freeze for IeeeTDef
impl RefUnwindSafe for IeeeTDef
impl Send for IeeeTDef
impl Sync for IeeeTDef
impl Unpin for IeeeTDef
impl UnwindSafe for IeeeTDef
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