Struct SmartCardCryptographicKeyAttestationStatus
#[repr(transparent)]pub struct SmartCardCryptographicKeyAttestationStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl SmartCardCryptographicKeyAttestationStatus
impl SmartCardCryptographicKeyAttestationStatus
pub const NoAttestation: Self
pub const SoftwareKeyWithoutTpm: Self
pub const SoftwareKeyWithTpm: Self
pub const TpmKeyUnknownAttestationStatus: Self
pub const TpmKeyWithoutAttestationCapability: Self
pub const TpmKeyWithTemporaryAttestationFailure: Self
pub const TpmKeyWithLongTermAttestationFailure: Self
pub const TpmKeyWithAttestation: Self
Trait Implementations§
§impl Clone for SmartCardCryptographicKeyAttestationStatus
impl Clone for SmartCardCryptographicKeyAttestationStatus
§fn clone(&self) -> SmartCardCryptographicKeyAttestationStatus
fn clone(&self) -> SmartCardCryptographicKeyAttestationStatus
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 more§impl Default for SmartCardCryptographicKeyAttestationStatus
impl Default for SmartCardCryptographicKeyAttestationStatus
§fn default() -> SmartCardCryptographicKeyAttestationStatus
fn default() -> SmartCardCryptographicKeyAttestationStatus
Returns the “default value” for a type. Read more
§impl PartialEq for SmartCardCryptographicKeyAttestationStatus
impl PartialEq for SmartCardCryptographicKeyAttestationStatus
§fn eq(&self, other: &SmartCardCryptographicKeyAttestationStatus) -> bool
fn eq(&self, other: &SmartCardCryptographicKeyAttestationStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SmartCardCryptographicKeyAttestationStatus
impl Eq for SmartCardCryptographicKeyAttestationStatus
impl StructuralPartialEq for SmartCardCryptographicKeyAttestationStatus
Auto Trait Implementations§
impl Freeze for SmartCardCryptographicKeyAttestationStatus
impl RefUnwindSafe for SmartCardCryptographicKeyAttestationStatus
impl Send for SmartCardCryptographicKeyAttestationStatus
impl Sync for SmartCardCryptographicKeyAttestationStatus
impl Unpin for SmartCardCryptographicKeyAttestationStatus
impl UnwindSafe for SmartCardCryptographicKeyAttestationStatus
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