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