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