Struct windows::Devices::SmartCards::SmartCardTriggerType
#[repr(transparent)]pub struct SmartCardTriggerType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SmartCardTriggerType
impl SmartCardTriggerType
pub const EmulatorTransaction: Self = _
pub const EmulatorNearFieldEntry: Self = _
pub const EmulatorNearFieldExit: Self = _
pub const EmulatorHostApplicationActivated: Self = _
pub const EmulatorAppletIdGroupRegistrationChanged: Self = _
pub const ReaderCardAdded: Self = _
Trait Implementations§
§impl Clone for SmartCardTriggerType
impl Clone for SmartCardTriggerType
§fn clone(&self) -> SmartCardTriggerType
fn clone(&self) -> SmartCardTriggerType
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 SmartCardTriggerType
impl Debug for SmartCardTriggerType
§impl Default for SmartCardTriggerType
impl Default for SmartCardTriggerType
§fn default() -> SmartCardTriggerType
fn default() -> SmartCardTriggerType
Returns the “default value” for a type. Read more
§impl PartialEq for SmartCardTriggerType
impl PartialEq for SmartCardTriggerType
§fn eq(&self, other: &SmartCardTriggerType) -> bool
fn eq(&self, other: &SmartCardTriggerType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SmartCardTriggerType
impl Eq for SmartCardTriggerType
impl StructuralPartialEq for SmartCardTriggerType
Auto Trait Implementations§
impl Freeze for SmartCardTriggerType
impl RefUnwindSafe for SmartCardTriggerType
impl Send for SmartCardTriggerType
impl Sync for SmartCardTriggerType
impl Unpin for SmartCardTriggerType
impl UnwindSafe for SmartCardTriggerType
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
)