Enum stm32_metapac::lpdma::vals::Prio
#[repr(u8)]pub enum Prio {
LOWWITHLOWHWEIGHT = 0,
LOWWITHMIDWEIGHT = 1,
LOWWITHHIGHWEIGHT = 2,
HIGH = 3,
}
Variants§
LOWWITHLOWHWEIGHT = 0
low priority, low weight
LOWWITHMIDWEIGHT = 1
low priority, mid weight
LOWWITHHIGHWEIGHT = 2
low priority, high weight
HIGH = 3
high priority
Implementations§
Trait Implementations§
§impl Ord for Prio
impl Ord for Prio
§impl PartialOrd for Prio
impl PartialOrd for Prio
impl Copy for Prio
impl Eq for Prio
impl StructuralPartialEq for Prio
Auto Trait Implementations§
impl Freeze for Prio
impl RefUnwindSafe for Prio
impl Send for Prio
impl Sync for Prio
impl Unpin for Prio
impl UnwindSafe for Prio
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§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
)