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