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
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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more