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