#[repr(transparent)]pub struct SmartCardCryptogramMaterialType(pub i32);Expand description
Required features: ‘Devices_SmartCards’
Tuple Fields
0: i32Implementations
impl SmartCardCryptogramMaterialType
impl SmartCardCryptogramMaterialType
pub const None: Self
pub const StaticDataAuthentication: Self
pub const TripleDes112: Self
pub const Aes: Self
pub const RsaPkcs1: Self
Trait Implementations
impl Clone for SmartCardCryptogramMaterialType
impl Clone for SmartCardCryptogramMaterialType
impl Copy for SmartCardCryptogramMaterialType
Auto Trait Implementations
impl RefUnwindSafe for SmartCardCryptogramMaterialType
impl Send for SmartCardCryptogramMaterialType
impl Sync for SmartCardCryptogramMaterialType
impl Unpin for SmartCardCryptogramMaterialType
impl UnwindSafe for SmartCardCryptogramMaterialType
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