Struct esp_idf_sys::dma_alignment_info_t
source · #[repr(C)]pub struct dma_alignment_info_t {
pub is_desc: bool,
pub on_psram: bool,
}
Expand description
@brief Needed info to get GDMA alignment
Fields§
§is_desc: bool
< allocate DMA descriptor
on_psram: bool
< allocate DMA from the PSRAM
Trait Implementations§
source§impl Clone for dma_alignment_info_t
impl Clone for dma_alignment_info_t
source§fn clone(&self) -> dma_alignment_info_t
fn clone(&self) -> dma_alignment_info_t
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for dma_alignment_info_t
impl Debug for dma_alignment_info_t
source§impl Default for dma_alignment_info_t
impl Default for dma_alignment_info_t
source§fn default() -> dma_alignment_info_t
fn default() -> dma_alignment_info_t
Returns the “default value” for a type. Read more
impl Copy for dma_alignment_info_t
Auto Trait Implementations§
impl Freeze for dma_alignment_info_t
impl RefUnwindSafe for dma_alignment_info_t
impl Send for dma_alignment_info_t
impl Sync for dma_alignment_info_t
impl Unpin for dma_alignment_info_t
impl UnwindSafe for dma_alignment_info_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)