Struct winapi::ntsecapi::KERB_TICKET_CACHE_INFO_EX2
[−]
[src]
pub struct KERB_TICKET_CACHE_INFO_EX2 { 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, }
Fields
ClientName | |
ClientRealm | |
ServerName | |
ServerRealm | |
StartTime | |
EndTime | |
RenewTime | |
EncryptionType | |
TicketFlags | |
SessionKeyType | |
BranchId |
Trait Implementations
impl Copy for KERB_TICKET_CACHE_INFO_EX2
[src]
impl Clone for KERB_TICKET_CACHE_INFO_EX2
[src]
fn clone(&self) -> KERB_TICKET_CACHE_INFO_EX2
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