#[repr(transparent)]pub struct RmonRP65to127(pub u32);Expand description
Rx 65- to 127-Byte Packets Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for RmonRP65to127
impl Clone for RmonRP65to127
Source§fn clone(&self) -> RmonRP65to127
fn clone(&self) -> RmonRP65to127
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RmonRP65to127
impl Debug for RmonRP65to127
Source§impl Default for RmonRP65to127
impl Default for RmonRP65to127
Source§fn default() -> RmonRP65to127
fn default() -> RmonRP65to127
Returns the “default value” for a type. Read more
Source§impl PartialEq for RmonRP65to127
impl PartialEq for RmonRP65to127
impl Copy for RmonRP65to127
impl Eq for RmonRP65to127
impl StructuralPartialEq for RmonRP65to127
Auto Trait Implementations§
impl Freeze for RmonRP65to127
impl RefUnwindSafe for RmonRP65to127
impl Send for RmonRP65to127
impl Sync for RmonRP65to127
impl Unpin for RmonRP65to127
impl UnwindSafe for RmonRP65to127
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