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