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