Struct winapi::ntsecapi::KERB_SMART_CARD_LOGON [] [src]

pub struct KERB_SMART_CARD_LOGON {
    pub MessageType: KERB_LOGON_SUBMIT_TYPE,
    pub Pin: UNICODE_STRING,
    pub CspDataLength: ULONG,
    pub CspData: PUCHAR,
}

Fields

MessageType: KERB_LOGON_SUBMIT_TYPE Pin: UNICODE_STRING CspDataLength: ULONG CspData: PUCHAR

Trait Implementations

impl Debug for KERB_SMART_CARD_LOGON
[src]

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

Formats the value using the given formatter.

impl Copy for KERB_SMART_CARD_LOGON
[src]

impl Clone for KERB_SMART_CARD_LOGON
[src]

fn clone(&self) -> KERB_SMART_CARD_LOGON

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