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