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