Enum esp32c2_hal::dma::DmaPriority
source · pub enum DmaPriority {
Priority0 = 0,
Priority1 = 1,
Priority2 = 2,
Priority3 = 3,
Priority4 = 4,
Priority5 = 5,
Priority6 = 6,
Priority7 = 7,
Priority8 = 8,
Priority9 = 9,
}
Expand description
DMA Priorities
Variants§
Priority0 = 0
Priority1 = 1
Priority2 = 2
Priority3 = 3
Priority4 = 4
Priority5 = 5
Priority6 = 6
Priority7 = 7
Priority8 = 8
Priority9 = 9
Trait Implementations§
source§impl Clone for DmaPriority
impl Clone for DmaPriority
source§fn clone(&self) -> DmaPriority
fn clone(&self) -> DmaPriority
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 moresource§impl Debug for DmaPriority
impl Debug for DmaPriority
source§impl PartialEq for DmaPriority
impl PartialEq for DmaPriority
source§fn eq(&self, other: &DmaPriority) -> bool
fn eq(&self, other: &DmaPriority) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DmaPriority
impl StructuralPartialEq for DmaPriority
Auto Trait Implementations§
impl RefUnwindSafe for DmaPriority
impl Send for DmaPriority
impl Sync for DmaPriority
impl Unpin for DmaPriority
impl UnwindSafe for DmaPriority
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