Struct winapi::winsmcrd::SCARD_T0_REQUEST
[−]
[src]
pub struct SCARD_T0_REQUEST { pub ioRequest: SCARD_IO_REQUEST, pub bSw1: BYTE, pub bSw2: BYTE, pub CmdBytes: SCARD_T0_COMMAND, }
Fields
ioRequest | |
bSw1 | |
bSw2 | |
CmdBytes |
Methods
impl SCARD_T0_REQUEST
[src]
Trait Implementations
impl Copy for SCARD_T0_REQUEST
[src]
impl Clone for SCARD_T0_REQUEST
[src]
fn clone(&self) -> SCARD_T0_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