#[repr(transparent)]pub struct SmartCardEmulatorConnectionDeactivatedReason(pub i32);
Expand description
Required features: "Devices_SmartCards"
Tuple Fields
0: i32
Implementations
impl SmartCardEmulatorConnectionDeactivatedReason
impl SmartCardEmulatorConnectionDeactivatedReason
pub const ConnectionLost: Self = Self(0i32)
pub const ConnectionRedirected: Self = Self(1i32)
Trait Implementations
impl Copy for SmartCardEmulatorConnectionDeactivatedReason
Auto Trait Implementations
impl RefUnwindSafe for SmartCardEmulatorConnectionDeactivatedReason
impl Send for SmartCardEmulatorConnectionDeactivatedReason
impl Sync for SmartCardEmulatorConnectionDeactivatedReason
impl Unpin for SmartCardEmulatorConnectionDeactivatedReason
impl UnwindSafe for SmartCardEmulatorConnectionDeactivatedReason
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