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