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