Struct winapi::winscard::READER_SEL_RESPONSE
[−]
[src]
pub struct READER_SEL_RESPONSE {
pub cbReaderNameOffset: DWORD,
pub cchReaderNameLength: DWORD,
pub cbCardNameOffset: DWORD,
pub cchCardNameLength: DWORD,
}Fields
cbReaderNameOffset | |
cchReaderNameLength | |
cbCardNameOffset | |
cchCardNameLength |
Trait Implementations
impl Copy for READER_SEL_RESPONSE[src]
impl Clone for READER_SEL_RESPONSE[src]
fn clone(&self) -> READER_SEL_RESPONSE
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