#[repr(transparent)]pub struct RmonRFrag(pub u32);Expand description
Rx Packets Less Than 64 Bytes and Bad CRC Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for RmonRFrag
impl Eq for RmonRFrag
impl StructuralPartialEq for RmonRFrag
Auto Trait Implementations§
impl Freeze for RmonRFrag
impl RefUnwindSafe for RmonRFrag
impl Send for RmonRFrag
impl Sync for RmonRFrag
impl Unpin for RmonRFrag
impl UnwindSafe for RmonRFrag
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