Struct winapi::winsmcrd::SCARD_T1_REQUEST [] [src]

pub struct SCARD_T1_REQUEST {
    pub ioRequest: SCARD_IO_REQUEST,
}

Fields

ioRequest: SCARD_IO_REQUEST

Trait Implementations

impl Debug for SCARD_T1_REQUEST
[src]

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

Formats the value using the given formatter.

impl Copy for SCARD_T1_REQUEST
[src]

impl Clone for SCARD_T1_REQUEST
[src]

fn clone(&self) -> SCARD_T1_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