#[repr(transparent)]pub struct IeeeTExcol(pub u32);Expand description
Frames Transmitted with Excessive Collisions Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for IeeeTExcol
impl Clone for IeeeTExcol
Source§fn clone(&self) -> IeeeTExcol
fn clone(&self) -> IeeeTExcol
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IeeeTExcol
impl Debug for IeeeTExcol
Source§impl Default for IeeeTExcol
impl Default for IeeeTExcol
Source§fn default() -> IeeeTExcol
fn default() -> IeeeTExcol
Returns the “default value” for a type. Read more
Source§impl PartialEq for IeeeTExcol
impl PartialEq for IeeeTExcol
impl Copy for IeeeTExcol
impl Eq for IeeeTExcol
impl StructuralPartialEq for IeeeTExcol
Auto Trait Implementations§
impl Freeze for IeeeTExcol
impl RefUnwindSafe for IeeeTExcol
impl Send for IeeeTExcol
impl Sync for IeeeTExcol
impl Unpin for IeeeTExcol
impl UnwindSafe for IeeeTExcol
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