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