Struct winapi::subauth::MSV1_0_VALIDATION_INFO [] [src]

pub struct MSV1_0_VALIDATION_INFO {
    pub LogoffTime: LARGE_INTEGER,
    pub KickoffTime: LARGE_INTEGER,
    pub LogonServer: UNICODE_STRING,
    pub LogonDomainName: UNICODE_STRING,
    pub SessionKey: USER_SESSION_KEY,
    pub Authoritative: BOOLEAN,
    pub UserFlags: ULONG,
    pub WhichFields: ULONG,
    pub UserId: ULONG,
}

Fields

LogoffTime: LARGE_INTEGER KickoffTime: LARGE_INTEGER LogonServer: UNICODE_STRING LogonDomainName: UNICODE_STRING SessionKey: USER_SESSION_KEY Authoritative: BOOLEAN UserFlags: ULONG WhichFields: ULONG UserId: ULONG

Trait Implementations

impl Debug for MSV1_0_VALIDATION_INFO
[src]

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

Formats the value using the given formatter.

impl Copy for MSV1_0_VALIDATION_INFO
[src]

impl Clone for MSV1_0_VALIDATION_INFO
[src]

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