Struct windows_sys::Win32::Security::Credentials::READER_SEL_RESPONSE
[−]#[repr(C)]pub struct READER_SEL_RESPONSE {
pub cbReaderNameOffset: u32,
pub cchReaderNameLength: u32,
pub cbCardNameOffset: u32,
pub cchCardNameLength: u32,
}
Expand description
Required features: ‘Win32_Security_Credentials’
Fields
cbReaderNameOffset: u32
cchReaderNameLength: u32
cbCardNameOffset: u32
cchCardNameLength: u32
Trait Implementations
impl Clone for READER_SEL_RESPONSE
impl Clone for READER_SEL_RESPONSE
impl Copy for READER_SEL_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for READER_SEL_RESPONSE
impl Send for READER_SEL_RESPONSE
impl Sync for READER_SEL_RESPONSE
impl Unpin for READER_SEL_RESPONSE
impl UnwindSafe for READER_SEL_RESPONSE
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