#[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 = Self(0i32)
pub const AuthorizationFailed: Self = Self(1i32)
pub const AuthorizationCanceled: Self = Self(2i32)
pub const AuthorizationRequired: Self = Self(3i32)
pub const CryptogramMaterialPackageStorageKeyExists: Self = Self(4i32)
pub const NoCryptogramMaterialPackageStorageKey: Self = Self(5i32)
pub const NoCryptogramMaterialPackage: Self = Self(6i32)
pub const UnsupportedCryptogramMaterialPackage: Self = Self(7i32)
pub const UnknownCryptogramMaterialName: Self = Self(8i32)
pub const InvalidCryptogramMaterialUsage: Self = Self(9i32)
pub const ApduResponseNotSent: Self = Self(10i32)
pub const OtherError: Self = Self(11i32)
pub const ValidationFailed: Self = Self(12i32)
pub const NotSupported: Self = Self(13i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more