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