Struct winapi::ntsecapi::KERB_TICKET_UNLOCK_LOGON [] [src]

pub struct KERB_TICKET_UNLOCK_LOGON {
    pub Logon: KERB_TICKET_LOGON,
    pub LogonId: LUID,
}

Fields

Logon: KERB_TICKET_LOGON LogonId: LUID

Trait Implementations

impl Debug for KERB_TICKET_UNLOCK_LOGON
[src]

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

Formats the value using the given formatter.

impl Copy for KERB_TICKET_UNLOCK_LOGON
[src]

impl Clone for KERB_TICKET_UNLOCK_LOGON
[src]

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