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