Struct winapi::ntsecapi::KERB_S4U2PROXY_CRED [] [src]

#[repr(C)]
pub struct KERB_S4U2PROXY_CRED { pub UserName: UNICODE_STRING, pub DomainName: UNICODE_STRING, pub Flags: ULONG, pub LastStatus: NTSTATUS, pub Expiry: LARGE_INTEGER, pub CountOfEntries: ULONG, pub Entries: PKERB_S4U2PROXY_CACHE_ENTRY_INFO, }

Fields

Trait Implementations

impl Debug for KERB_S4U2PROXY_CRED
[src]

Formats the value using the given formatter.

impl Copy for KERB_S4U2PROXY_CRED
[src]

impl Clone for KERB_S4U2PROXY_CRED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more