pub struct RMON_R_FRAG { /* private fields */ }Expand description
Rx Packets Less Than 64 Bytes and Bad CRC Statistic Register
Implementations§
Auto Trait Implementations§
impl !Freeze for RMON_R_FRAG
impl !RefUnwindSafe for RMON_R_FRAG
impl Send for RMON_R_FRAG
impl !Sync for RMON_R_FRAG
impl Unpin for RMON_R_FRAG
impl UnwindSafe for RMON_R_FRAG
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