#[repr(u8)]pub enum Tpri {
HIGHEST_PRIORITY = 0,
CORRESPONDING_LOWER_PRIORITY_1 = 1,
CORRESPONDING_LOWER_PRIORITY_2 = 2,
LOWEST_PRIORITY = 3,
}Variants§
HIGHEST_PRIORITY = 0
Set to highest priority, Level 1
CORRESPONDING_LOWER_PRIORITY_1 = 1
Set to corresponding priority level
CORRESPONDING_LOWER_PRIORITY_2 = 2
Set to corresponding priority level
LOWEST_PRIORITY = 3
Set to lowest priority, Level 4
Implementations§
Trait Implementations§
Source§impl Ord for Tpri
impl Ord for Tpri
Source§impl PartialOrd for Tpri
impl PartialOrd for Tpri
impl Copy for Tpri
impl Eq for Tpri
impl StructuralPartialEq for Tpri
Auto Trait Implementations§
impl Freeze for Tpri
impl RefUnwindSafe for Tpri
impl Send for Tpri
impl Sync for Tpri
impl Unpin for Tpri
impl UnwindSafe for Tpri
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