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