#[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 = Self(0i32)
pub const WhiteBoxing: Self = Self(1i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more