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