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