#[repr(u8)]pub enum Tpri {
Show 16 variants
TPRI_0 = 0,
TPRI_1 = 1,
TPRI_2 = 2,
TPRI_3 = 3,
TPRI_4 = 4,
TPRI_5 = 5,
TPRI_6 = 6,
TPRI_7 = 7,
TPRI_8 = 8,
TPRI_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
TPRI_15 = 15,
}Variants§
TPRI_0 = 0
Set to highest priority, Level 1
TPRI_1 = 1
Set to corresponding priority level
TPRI_2 = 2
Set to corresponding priority level
TPRI_3 = 3
Set to corresponding priority level
TPRI_4 = 4
Set to corresponding priority level
TPRI_5 = 5
Set to corresponding priority level
TPRI_6 = 6
Set to corresponding priority level
TPRI_7 = 7
Set to corresponding priority level
TPRI_8 = 8
Set to corresponding priority level
TPRI_9 = 9
Set to corresponding priority level
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
TPRI_15 = 15
Set to lowest priority, Level 16
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