#[repr(transparent)]pub struct RmonTUndersize(pub u32);Expand description
Tx Packets Less Than Bytes and Good CRC Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for RmonTUndersize
impl Clone for RmonTUndersize
Source§fn clone(&self) -> RmonTUndersize
fn clone(&self) -> RmonTUndersize
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 RmonTUndersize
impl Debug for RmonTUndersize
Source§impl Default for RmonTUndersize
impl Default for RmonTUndersize
Source§fn default() -> RmonTUndersize
fn default() -> RmonTUndersize
Returns the “default value” for a type. Read more
Source§impl PartialEq for RmonTUndersize
impl PartialEq for RmonTUndersize
impl Copy for RmonTUndersize
impl Eq for RmonTUndersize
impl StructuralPartialEq for RmonTUndersize
Auto Trait Implementations§
impl Freeze for RmonTUndersize
impl RefUnwindSafe for RmonTUndersize
impl Send for RmonTUndersize
impl Sync for RmonTUndersize
impl Unpin for RmonTUndersize
impl UnwindSafe for RmonTUndersize
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