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: BYTE bIns: BYTE bP1: BYTE bP2: BYTE bP3: BYTE

Trait Implementations

impl Debug for SCARD_T0_COMMAND
[src]

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

Formats the value using the given formatter.

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