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