#[repr(transparent)]pub struct SmartCardEmulationType(pub i32);Expand description
Required features: ‘Devices_SmartCards’
Tuple Fields
0: i32Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more