#[repr(transparent)]pub struct RmonROctets(pub u32);Expand description
Rx Octets Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for RmonROctets
impl Clone for RmonROctets
Source§fn clone(&self) -> RmonROctets
fn clone(&self) -> RmonROctets
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 RmonROctets
impl Debug for RmonROctets
Source§impl Default for RmonROctets
impl Default for RmonROctets
Source§fn default() -> RmonROctets
fn default() -> RmonROctets
Returns the “default value” for a type. Read more
Source§impl PartialEq for RmonROctets
impl PartialEq for RmonROctets
impl Copy for RmonROctets
impl Eq for RmonROctets
impl StructuralPartialEq for RmonROctets
Auto Trait Implementations§
impl Freeze for RmonROctets
impl RefUnwindSafe for RmonROctets
impl Send for RmonROctets
impl Sync for RmonROctets
impl Unpin for RmonROctets
impl UnwindSafe for RmonROctets
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