Enum stm32_metapac::bdma::vals::Pl
#[repr(u8)]pub enum Pl {
LOW = 0,
MEDIUM = 1,
HIGH = 2,
VERYHIGH = 3,
}
Variants§
LOW = 0
Low priority
MEDIUM = 1
Medium priority
HIGH = 2
High priority
VERYHIGH = 3
Very high priority
Implementations§
Trait Implementations§
§impl Ord for Pl
impl Ord for Pl
§impl PartialOrd for Pl
impl PartialOrd for Pl
§fn partial_cmp(&self, other: &Pl) -> Option<Ordering>
fn partial_cmp(&self, other: &Pl) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Pl
impl Eq for Pl
impl StructuralPartialEq for Pl
Auto Trait Implementations§
impl Freeze for Pl
impl RefUnwindSafe for Pl
impl Send for Pl
impl Sync for Pl
impl Unpin for Pl
impl UnwindSafe for Pl
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