#[repr(transparent)]pub struct SmartCardCryptogramGeneratorOperationStatus(pub i32);
Expand description
Required features: ‘Devices_SmartCards’
Tuple Fields
0: i32
Implementations
impl SmartCardCryptogramGeneratorOperationStatus
impl SmartCardCryptogramGeneratorOperationStatus
pub const Success: Self
pub const AuthorizationFailed: Self
pub const AuthorizationCanceled: Self
pub const AuthorizationRequired: Self
pub const CryptogramMaterialPackageStorageKeyExists: Self
pub const NoCryptogramMaterialPackageStorageKey: Self
pub const NoCryptogramMaterialPackage: Self
pub const UnsupportedCryptogramMaterialPackage: Self
pub const UnknownCryptogramMaterialName: Self
pub const InvalidCryptogramMaterialUsage: Self
pub const ApduResponseNotSent: Self
pub const OtherError: Self
pub const ValidationFailed: Self
pub const NotSupported: Self
Trait Implementations
impl Copy for SmartCardCryptogramGeneratorOperationStatus
Auto Trait Implementations
impl RefUnwindSafe for SmartCardCryptogramGeneratorOperationStatus
impl Send for SmartCardCryptogramGeneratorOperationStatus
impl Sync for SmartCardCryptogramGeneratorOperationStatus
impl Unpin for SmartCardCryptogramGeneratorOperationStatus
impl UnwindSafe for SmartCardCryptogramGeneratorOperationStatus
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