#[repr(transparent)]pub struct DmaCh1CurrentAppTxdesc(pub u32);Expand description
Channel 1 Current Application Transmit Descriptor
Tuple Fields§
§0: u32Implementations§
Source§impl DmaCh1CurrentAppTxdesc
impl DmaCh1CurrentAppTxdesc
Sourcepub const fn curtdesaptr(&self) -> u32
pub const fn curtdesaptr(&self) -> u32
Application Transmit Descriptor Address Pointer
Sourcepub const fn set_curtdesaptr(&mut self, val: u32)
pub const fn set_curtdesaptr(&mut self, val: u32)
Application Transmit Descriptor Address Pointer
Trait Implementations§
Source§impl Clone for DmaCh1CurrentAppTxdesc
impl Clone for DmaCh1CurrentAppTxdesc
Source§fn clone(&self) -> DmaCh1CurrentAppTxdesc
fn clone(&self) -> DmaCh1CurrentAppTxdesc
Returns a duplicate 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 moreSource§impl Debug for DmaCh1CurrentAppTxdesc
impl Debug for DmaCh1CurrentAppTxdesc
Source§impl Default for DmaCh1CurrentAppTxdesc
impl Default for DmaCh1CurrentAppTxdesc
Source§fn default() -> DmaCh1CurrentAppTxdesc
fn default() -> DmaCh1CurrentAppTxdesc
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmaCh1CurrentAppTxdesc
impl PartialEq for DmaCh1CurrentAppTxdesc
impl Copy for DmaCh1CurrentAppTxdesc
impl Eq for DmaCh1CurrentAppTxdesc
impl StructuralPartialEq for DmaCh1CurrentAppTxdesc
Auto Trait Implementations§
impl Freeze for DmaCh1CurrentAppTxdesc
impl RefUnwindSafe for DmaCh1CurrentAppTxdesc
impl Send for DmaCh1CurrentAppTxdesc
impl Sync for DmaCh1CurrentAppTxdesc
impl Unpin for DmaCh1CurrentAppTxdesc
impl UnwindSafe for DmaCh1CurrentAppTxdesc
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