Struct winapi::winscard::READER_SEL_REQUEST_ReaderAndContainerParameter
[−]
[src]
pub struct READER_SEL_REQUEST_ReaderAndContainerParameter { pub cbReaderNameOffset: DWORD, pub cchReaderNameLength: DWORD, pub cbContainerNameOffset: DWORD, pub cchContainerNameLength: DWORD, pub dwDesiredCardModuleVersion: DWORD, pub dwCspFlags: DWORD, }
Fields
cbReaderNameOffset | |
cchReaderNameLength | |
cbContainerNameOffset | |
cchContainerNameLength | |
dwDesiredCardModuleVersion | |
dwCspFlags |
Trait Implementations
impl Copy for READER_SEL_REQUEST_ReaderAndContainerParameter
[src]
impl Clone for READER_SEL_REQUEST_ReaderAndContainerParameter
[src]
fn clone(&self) -> READER_SEL_REQUEST_ReaderAndContainerParameter
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more