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