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