Struct winapi::ntsecapi::KERB_S4U2PROXY_CACHE_ENTRY_INFO [] [src]

pub struct KERB_S4U2PROXY_CACHE_ENTRY_INFO {
    pub ServerName: UNICODE_STRING,
    pub Flags: ULONG,
    pub LastStatus: NTSTATUS,
    pub Expiry: LARGE_INTEGER,
}

Fields

ServerName: UNICODE_STRING Flags: ULONG LastStatus: NTSTATUS Expiry: LARGE_INTEGER

Trait Implementations

impl Debug for KERB_S4U2PROXY_CACHE_ENTRY_INFO
[src]

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

Formats the value using the given formatter.

impl Copy for KERB_S4U2PROXY_CACHE_ENTRY_INFO
[src]

impl Clone for KERB_S4U2PROXY_CACHE_ENTRY_INFO
[src]

fn clone(&self) -> KERB_S4U2PROXY_CACHE_ENTRY_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