#[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
pub const CbcMac: Self
pub const Cvc3Umd: Self
pub const DecimalizedMsd: Self
pub const Cvc3MD: Self
pub const Sha1: Self
pub const SignedDynamicApplicationData: Self
pub const RsaPkcs1: Self
pub const Sha256Hmac: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more