Struct SmartCardCryptogramAlgorithm
#[repr(transparent)]pub struct SmartCardCryptogramAlgorithm(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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