#[repr(u8)]pub enum CtrlClrPresentCrypto {
ABSENT = 0,
PRESENT = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CtrlClrPresentCrypto
impl Clone for CtrlClrPresentCrypto
Source§fn clone(&self) -> CtrlClrPresentCrypto
fn clone(&self) -> CtrlClrPresentCrypto
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 CtrlClrPresentCrypto
impl Debug for CtrlClrPresentCrypto
Source§impl From<CtrlClrPresentCrypto> for u8
impl From<CtrlClrPresentCrypto> for u8
Source§fn from(val: CtrlClrPresentCrypto) -> u8
fn from(val: CtrlClrPresentCrypto) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlClrPresentCrypto
impl From<u8> for CtrlClrPresentCrypto
Source§fn from(val: u8) -> CtrlClrPresentCrypto
fn from(val: u8) -> CtrlClrPresentCrypto
Converts to this type from the input type.
Source§impl Ord for CtrlClrPresentCrypto
impl Ord for CtrlClrPresentCrypto
Source§fn cmp(&self, other: &CtrlClrPresentCrypto) -> Ordering
fn cmp(&self, other: &CtrlClrPresentCrypto) -> 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 CtrlClrPresentCrypto
impl PartialEq for CtrlClrPresentCrypto
Source§impl PartialOrd for CtrlClrPresentCrypto
impl PartialOrd for CtrlClrPresentCrypto
impl Copy for CtrlClrPresentCrypto
impl Eq for CtrlClrPresentCrypto
impl StructuralPartialEq for CtrlClrPresentCrypto
Auto Trait Implementations§
impl Freeze for CtrlClrPresentCrypto
impl RefUnwindSafe for CtrlClrPresentCrypto
impl Send for CtrlClrPresentCrypto
impl Sync for CtrlClrPresentCrypto
impl Unpin for CtrlClrPresentCrypto
impl UnwindSafe for CtrlClrPresentCrypto
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