Struct stm32_metapac::eth::regs::RxCrcErrorPackets
#[repr(transparent)]pub struct RxCrcErrorPackets(pub u32);
Expand description
Rx CRC error packets register
Tuple Fields§
§0: u32
Implementations§
§impl RxCrcErrorPackets
impl RxCrcErrorPackets
pub fn set_rxcrcerr(&mut self, val: u32)
pub fn set_rxcrcerr(&mut self, val: u32)
Rx CRC Error Packets
Trait Implementations§
§impl Clone for RxCrcErrorPackets
impl Clone for RxCrcErrorPackets
§fn clone(&self) -> RxCrcErrorPackets
fn clone(&self) -> RxCrcErrorPackets
Returns a copy 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 more§impl Default for RxCrcErrorPackets
impl Default for RxCrcErrorPackets
§fn default() -> RxCrcErrorPackets
fn default() -> RxCrcErrorPackets
Returns the “default value” for a type. Read more
§impl PartialEq for RxCrcErrorPackets
impl PartialEq for RxCrcErrorPackets
§fn eq(&self, other: &RxCrcErrorPackets) -> bool
fn eq(&self, other: &RxCrcErrorPackets) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RxCrcErrorPackets
impl Eq for RxCrcErrorPackets
impl StructuralEq for RxCrcErrorPackets
impl StructuralPartialEq for RxCrcErrorPackets
Auto Trait Implementations§
impl RefUnwindSafe for RxCrcErrorPackets
impl Send for RxCrcErrorPackets
impl Sync for RxCrcErrorPackets
impl Unpin for RxCrcErrorPackets
impl UnwindSafe for RxCrcErrorPackets
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