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