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