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