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