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