Struct winapi::ntsecapi::KERB_TICKET_CACHE_INFO_EX3 [] [src]

pub struct KERB_TICKET_CACHE_INFO_EX3 {
    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,
    pub SessionKeyType: ULONG,
    pub BranchId: ULONG,
    pub CacheFlags: ULONG,
    pub KdcCalled: UNICODE_STRING,
}

Fields

ClientName
ClientRealm
ServerName
ServerRealm
StartTime
EndTime
RenewTime
EncryptionType
TicketFlags
SessionKeyType
BranchId
CacheFlags
KdcCalled

Trait Implementations

impl Copy for KERB_TICKET_CACHE_INFO_EX3
[src]

impl Clone for KERB_TICKET_CACHE_INFO_EX3
[src]

fn clone(&self) -> KERB_TICKET_CACHE_INFO_EX3

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

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

Formats the value using the given formatter.