Struct esp_hal::dma::DmaDescriptor
source · pub struct DmaDescriptor { /* private fields */ }Expand description
A DMA transfer descriptor.
Implementations§
source§impl DmaDescriptor
impl DmaDescriptor
Trait Implementations§
source§impl Clone for DmaDescriptor
impl Clone for DmaDescriptor
source§fn clone(&self) -> DmaDescriptor
fn clone(&self) -> DmaDescriptor
Returns a copy 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 moreimpl Copy for DmaDescriptor
Auto Trait Implementations§
impl Freeze for DmaDescriptor
impl RefUnwindSafe for DmaDescriptor
impl !Send for DmaDescriptor
impl !Sync for DmaDescriptor
impl Unpin for DmaDescriptor
impl UnwindSafe for DmaDescriptor
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