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