Struct stm32_metapac::eth::regs::DmaccatxDr
#[repr(transparent)]pub struct DmaccatxDr(pub u32);
Expand description
Channel current application transmit descriptor register
Tuple Fields§
§0: u32
Implementations§
§impl DmaccatxDr
impl DmaccatxDr
pub const fn curtdesaptr(&self) -> u32
pub const fn curtdesaptr(&self) -> u32
Application Transmit Descriptor Address Pointer
pub fn set_curtdesaptr(&mut self, val: u32)
pub fn set_curtdesaptr(&mut self, val: u32)
Application Transmit Descriptor Address Pointer
Trait Implementations§
§impl Clone for DmaccatxDr
impl Clone for DmaccatxDr
§fn clone(&self) -> DmaccatxDr
fn clone(&self) -> DmaccatxDr
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 DmaccatxDr
impl Default for DmaccatxDr
§fn default() -> DmaccatxDr
fn default() -> DmaccatxDr
Returns the “default value” for a type. Read more
§impl PartialEq for DmaccatxDr
impl PartialEq for DmaccatxDr
impl Copy for DmaccatxDr
impl Eq for DmaccatxDr
impl StructuralPartialEq for DmaccatxDr
Auto Trait Implementations§
impl Freeze for DmaccatxDr
impl RefUnwindSafe for DmaccatxDr
impl Send for DmaccatxDr
impl Sync for DmaccatxDr
impl Unpin for DmaccatxDr
impl UnwindSafe for DmaccatxDr
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
)