#[repr(transparent)]pub struct DmaSrc0Len(pub u32);Expand description
DMA Source 0 Length
Tuple Fields§
§0: u32Implementations§
Source§impl DmaSrc0Len
impl DmaSrc0Len
Sourcepub const fn size_src0_len(&self) -> u32
pub const fn size_src0_len(&self) -> u32
Size in bytes of the data to be transferred from the target defined in SFR DMA_SRC0.
Sourcepub const fn set_size_src0_len(&mut self, val: u32)
pub const fn set_size_src0_len(&mut self, val: u32)
Size in bytes of the data to be transferred from the target defined in SFR DMA_SRC0.
Trait Implementations§
Source§impl Clone for DmaSrc0Len
impl Clone for DmaSrc0Len
Source§fn clone(&self) -> DmaSrc0Len
fn clone(&self) -> DmaSrc0Len
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 DmaSrc0Len
impl Debug for DmaSrc0Len
Source§impl Default for DmaSrc0Len
impl Default for DmaSrc0Len
Source§fn default() -> DmaSrc0Len
fn default() -> DmaSrc0Len
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmaSrc0Len
impl PartialEq for DmaSrc0Len
impl Copy for DmaSrc0Len
impl Eq for DmaSrc0Len
impl StructuralPartialEq for DmaSrc0Len
Auto Trait Implementations§
impl Freeze for DmaSrc0Len
impl RefUnwindSafe for DmaSrc0Len
impl Send for DmaSrc0Len
impl Sync for DmaSrc0Len
impl Unpin for DmaSrc0Len
impl UnwindSafe for DmaSrc0Len
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