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