#[repr(u8)]pub enum AhbmatprioPkcEls {
LEVEL0 = 0,
LEVEL1 = 1,
LEVEL2 = 2,
LEVEL3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AhbmatprioPkcEls
impl Clone for AhbmatprioPkcEls
Source§fn clone(&self) -> AhbmatprioPkcEls
fn clone(&self) -> AhbmatprioPkcEls
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AhbmatprioPkcEls
impl Debug for AhbmatprioPkcEls
Source§impl From<AhbmatprioPkcEls> for u8
impl From<AhbmatprioPkcEls> for u8
Source§fn from(val: AhbmatprioPkcEls) -> u8
fn from(val: AhbmatprioPkcEls) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AhbmatprioPkcEls
impl From<u8> for AhbmatprioPkcEls
Source§fn from(val: u8) -> AhbmatprioPkcEls
fn from(val: u8) -> AhbmatprioPkcEls
Converts to this type from the input type.
Source§impl Ord for AhbmatprioPkcEls
impl Ord for AhbmatprioPkcEls
Source§fn cmp(&self, other: &AhbmatprioPkcEls) -> Ordering
fn cmp(&self, other: &AhbmatprioPkcEls) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AhbmatprioPkcEls
impl PartialEq for AhbmatprioPkcEls
Source§impl PartialOrd for AhbmatprioPkcEls
impl PartialOrd for AhbmatprioPkcEls
impl Copy for AhbmatprioPkcEls
impl Eq for AhbmatprioPkcEls
impl StructuralPartialEq for AhbmatprioPkcEls
Auto Trait Implementations§
impl Freeze for AhbmatprioPkcEls
impl RefUnwindSafe for AhbmatprioPkcEls
impl Send for AhbmatprioPkcEls
impl Sync for AhbmatprioPkcEls
impl Unpin for AhbmatprioPkcEls
impl UnwindSafe for AhbmatprioPkcEls
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