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