Struct winapi::ntsecapi::KERB_TICKET_CACHE_INFO [] [src]

pub struct KERB_TICKET_CACHE_INFO {
    pub ServerName: UNICODE_STRING,
    pub RealmName: UNICODE_STRING,
    pub StartTime: LARGE_INTEGER,
    pub EndTime: LARGE_INTEGER,
    pub RenewTime: LARGE_INTEGER,
    pub EncryptionType: LONG,
    pub TicketFlags: ULONG,
}

Fields

ServerName
RealmName
StartTime
EndTime
RenewTime
EncryptionType
TicketFlags

Trait Implementations

impl Copy for KERB_TICKET_CACHE_INFO
[src]

impl Clone for KERB_TICKET_CACHE_INFO
[src]

fn clone(&self) -> KERB_TICKET_CACHE_INFO

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
[src]

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

Formats the value using the given formatter.