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