Struct windows_sys::Devices::SmartCards::SmartCardTriggerType
[−]#[repr(transparent)]pub struct SmartCardTriggerType(pub i32);
Expand description
Required features: "Devices_SmartCards"
Tuple Fields
0: i32
Implementations
impl SmartCardTriggerType
impl SmartCardTriggerType
pub const EmulatorTransaction: Self = Self(0i32)
pub const EmulatorNearFieldEntry: Self = Self(1i32)
pub const EmulatorNearFieldExit: Self = Self(2i32)
pub const EmulatorHostApplicationActivated: Self = Self(3i32)
pub const EmulatorAppletIdGroupRegistrationChanged: Self = Self(4i32)
pub const ReaderCardAdded: Self = Self(5i32)
Trait Implementations
impl Clone for SmartCardTriggerType
impl Clone for SmartCardTriggerType
impl Copy for SmartCardTriggerType
Auto Trait Implementations
impl RefUnwindSafe for SmartCardTriggerType
impl Send for SmartCardTriggerType
impl Sync for SmartCardTriggerType
impl Unpin for SmartCardTriggerType
impl UnwindSafe for SmartCardTriggerType
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