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