#[repr(transparent)]pub struct SmartCardCryptographicKeyAttestationStatus(pub i32);
Expand description
Required features: ‘Devices_SmartCards’
Tuple Fields
0: i32
Implementations
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 Copy for SmartCardCryptographicKeyAttestationStatus
Auto Trait Implementations
impl RefUnwindSafe for SmartCardCryptographicKeyAttestationStatus
impl Send for SmartCardCryptographicKeyAttestationStatus
impl Sync for SmartCardCryptographicKeyAttestationStatus
impl Unpin for SmartCardCryptographicKeyAttestationStatus
impl UnwindSafe for SmartCardCryptographicKeyAttestationStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more