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