Struct windows::Devices::SmartCards::SmartCardCryptogramAlgorithm
#[repr(transparent)]pub struct SmartCardCryptogramAlgorithm(pub i32);
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
§fn clone(&self) -> SmartCardCryptogramAlgorithm
fn clone(&self) -> SmartCardCryptogramAlgorithm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SmartCardCryptogramAlgorithm
impl Debug for SmartCardCryptogramAlgorithm
§impl Default for SmartCardCryptogramAlgorithm
impl Default for SmartCardCryptogramAlgorithm
§fn default() -> SmartCardCryptogramAlgorithm
fn default() -> SmartCardCryptogramAlgorithm
Returns the “default value” for a type. Read more
§impl PartialEq for SmartCardCryptogramAlgorithm
impl PartialEq for SmartCardCryptogramAlgorithm
§fn eq(&self, other: &SmartCardCryptogramAlgorithm) -> bool
fn eq(&self, other: &SmartCardCryptogramAlgorithm) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SmartCardCryptogramAlgorithm
impl Eq for SmartCardCryptogramAlgorithm
impl StructuralPartialEq for SmartCardCryptogramAlgorithm
Auto Trait Implementations§
impl Freeze for SmartCardCryptogramAlgorithm
impl RefUnwindSafe for SmartCardCryptogramAlgorithm
impl Send for SmartCardCryptogramAlgorithm
impl Sync for SmartCardCryptogramAlgorithm
impl Unpin for SmartCardCryptogramAlgorithm
impl UnwindSafe for SmartCardCryptogramAlgorithm
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)