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