#[repr(transparent)]pub struct IeeeTCserr(pub u32);Expand description
Frames Transmitted with Carrier Sense Error Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for IeeeTCserr
impl Clone for IeeeTCserr
Source§fn clone(&self) -> IeeeTCserr
fn clone(&self) -> IeeeTCserr
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 IeeeTCserr
impl Debug for IeeeTCserr
Source§impl Default for IeeeTCserr
impl Default for IeeeTCserr
Source§fn default() -> IeeeTCserr
fn default() -> IeeeTCserr
Returns the “default value” for a type. Read more
Source§impl PartialEq for IeeeTCserr
impl PartialEq for IeeeTCserr
impl Copy for IeeeTCserr
impl Eq for IeeeTCserr
impl StructuralPartialEq for IeeeTCserr
Auto Trait Implementations§
impl Freeze for IeeeTCserr
impl RefUnwindSafe for IeeeTCserr
impl Send for IeeeTCserr
impl Sync for IeeeTCserr
impl Unpin for IeeeTCserr
impl UnwindSafe for IeeeTCserr
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