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