Struct winapi::winscard::READER_SEL_REQUEST [] [src]

pub struct READER_SEL_REQUEST {
    pub dwShareMode: DWORD,
    pub dwPreferredProtocols: DWORD,
    pub MatchType: READER_SEL_REQUEST_MATCH_TYPE,
    pub ReaderAndContainerParameter: READER_SEL_REQUEST_ReaderAndContainerParameter,
}

Fields

dwShareMode
dwPreferredProtocols
MatchType
ReaderAndContainerParameter

Methods

impl READER_SEL_REQUEST
[src]

unsafe fn SerialNumberParameter(&self) -> &READER_SEL_REQUEST_SerialNumberParameter

unsafe fn SerialNumberParameter_mut(&mut self) -> &mut READER_SEL_REQUEST_SerialNumberParameter

Trait Implementations

impl Copy for READER_SEL_REQUEST
[src]

impl Clone for READER_SEL_REQUEST
[src]

fn clone(&self) -> READER_SEL_REQUEST

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

Derived Implementations

impl Debug for READER_SEL_REQUEST
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.