#[repr(u8)]pub enum PriNpuPq {
LEVEL0 = 0,
LEVEL1 = 1,
LEVEL2 = 2,
LEVEL3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for PriNpuPq
impl Ord for PriNpuPq
Source§impl PartialOrd for PriNpuPq
impl PartialOrd for PriNpuPq
impl Copy for PriNpuPq
impl Eq for PriNpuPq
impl StructuralPartialEq for PriNpuPq
Auto Trait Implementations§
impl Freeze for PriNpuPq
impl RefUnwindSafe for PriNpuPq
impl Send for PriNpuPq
impl Sync for PriNpuPq
impl Unpin for PriNpuPq
impl UnwindSafe for PriNpuPq
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