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
impl 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
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
)