Struct winapi::ntsecapi::KERB_TICKET_CACHE_INFO_EX [] [src]

pub struct KERB_TICKET_CACHE_INFO_EX {
    pub ClientName: UNICODE_STRING,
    pub ClientRealm: UNICODE_STRING,
    pub ServerName: UNICODE_STRING,
    pub ServerRealm: UNICODE_STRING,
    pub StartTime: LARGE_INTEGER,
    pub EndTime: LARGE_INTEGER,
    pub RenewTime: LARGE_INTEGER,
    pub EncryptionType: LONG,
    pub TicketFlags: ULONG,
}

Fields

ClientName
ClientRealm
ServerName
ServerRealm
StartTime
EndTime
RenewTime
EncryptionType
TicketFlags

Trait Implementations

impl Copy for KERB_TICKET_CACHE_INFO_EX
[src]

impl Clone for KERB_TICKET_CACHE_INFO_EX
[src]

fn clone(&self) -> KERB_TICKET_CACHE_INFO_EX

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

Derived Implementations

impl Debug for KERB_TICKET_CACHE_INFO_EX
[src]

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

Formats the value using the given formatter.