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