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