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