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
impl Copy for RxCrcErrorPackets
impl Eq for RxCrcErrorPackets
impl StructuralPartialEq for RxCrcErrorPackets
Auto Trait Implementations§
impl Freeze for RxCrcErrorPackets
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)