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