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