Struct windows_sys::Devices::SmartCards::SmartCardReaderKind
[−]#[repr(transparent)]pub struct SmartCardReaderKind(pub i32);
Expand description
Required features: "Devices_SmartCards"
Tuple Fields
0: i32
Implementations
impl SmartCardReaderKind
impl SmartCardReaderKind
Trait Implementations
impl Clone for SmartCardReaderKind
impl Clone for SmartCardReaderKind
impl Copy for SmartCardReaderKind
Auto Trait Implementations
impl RefUnwindSafe for SmartCardReaderKind
impl Send for SmartCardReaderKind
impl Sync for SmartCardReaderKind
impl Unpin for SmartCardReaderKind
impl UnwindSafe for SmartCardReaderKind
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