Struct winapi::winsmcrd::SCARD_T0_COMMAND
[−]
[src]
pub struct SCARD_T0_COMMAND { pub bCla: BYTE, pub bIns: BYTE, pub bP1: BYTE, pub bP2: BYTE, pub bP3: BYTE, }
Fields
bCla | |
bIns | |
bP1 | |
bP2 | |
bP3 |
Trait Implementations
impl Copy for SCARD_T0_COMMAND
[src]
impl Clone for SCARD_T0_COMMAND
[src]
fn clone(&self) -> SCARD_T0_COMMAND
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