#[repr(transparent)]pub struct SmartCardCryptogramAlgorithm(pub i32);
Expand description
Required features: "Devices_SmartCards"
Tuple Fields
0: i32
Implementations
impl SmartCardCryptogramAlgorithm
impl SmartCardCryptogramAlgorithm
pub const None: Self = Self(0i32)
pub const CbcMac: Self = Self(1i32)
pub const Cvc3Umd: Self = Self(2i32)
pub const DecimalizedMsd: Self = Self(3i32)
pub const Cvc3MD: Self = Self(4i32)
pub const Sha1: Self = Self(5i32)
pub const SignedDynamicApplicationData: Self = Self(6i32)
pub const RsaPkcs1: Self = Self(7i32)
pub const Sha256Hmac: Self = Self(8i32)
Trait Implementations
impl Clone for SmartCardCryptogramAlgorithm
impl Clone for SmartCardCryptogramAlgorithm
impl Copy for SmartCardCryptogramAlgorithm
Auto Trait Implementations
impl RefUnwindSafe for SmartCardCryptogramAlgorithm
impl Send for SmartCardCryptogramAlgorithm
impl Sync for SmartCardCryptogramAlgorithm
impl Unpin for SmartCardCryptogramAlgorithm
impl UnwindSafe for SmartCardCryptogramAlgorithm
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