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