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: DWORD dwPreferredProtocols: DWORD MatchType: READER_SEL_REQUEST_MATCH_TYPE ReaderAndContainerParameter: READER_SEL_REQUEST_ReaderAndContainerParameter

Methods

impl READER_SEL_REQUEST
[src]

Trait Implementations

impl Debug for READER_SEL_REQUEST
[src]

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

Formats the value using the given formatter.

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