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: DWORD cchReaderNameLength: DWORD cbContainerNameOffset: DWORD cchContainerNameLength: DWORD dwDesiredCardModuleVersion: DWORD dwCspFlags: DWORD

Trait Implementations

impl Debug for READER_SEL_REQUEST_ReaderAndContainerParameter
[src]

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

Formats the value using the given formatter.

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