Struct windows_sys::Devices::SmartCards::SmartCardCryptogramMaterialPackageConfirmationResponseFormat
[−]#[repr(transparent)]pub struct SmartCardCryptogramMaterialPackageConfirmationResponseFormat(pub i32);
Expand description
Required features: "Devices_SmartCards"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Copy for SmartCardCryptogramMaterialPackageConfirmationResponseFormat
Auto Trait Implementations
impl RefUnwindSafe for SmartCardCryptogramMaterialPackageConfirmationResponseFormat
impl Send for SmartCardCryptogramMaterialPackageConfirmationResponseFormat
impl Sync for SmartCardCryptogramMaterialPackageConfirmationResponseFormat
impl Unpin for SmartCardCryptogramMaterialPackageConfirmationResponseFormat
impl UnwindSafe for SmartCardCryptogramMaterialPackageConfirmationResponseFormat
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