Struct winapi::ntsecapi::MSV1_0_LM20_LOGON_PROFILE [] [src]

pub struct MSV1_0_LM20_LOGON_PROFILE {
    pub MessageType: MSV1_0_PROFILE_BUFFER_TYPE,
    pub KickOffTime: LARGE_INTEGER,
    pub LogoffTime: LARGE_INTEGER,
    pub UserFlags: ULONG,
    pub UserSessionKey: [UCHAR; 16],
    pub LogonDomainName: UNICODE_STRING,
    pub LanmanSessionKey: [UCHAR; 8],
    pub LogonServer: UNICODE_STRING,
    pub UserParameters: UNICODE_STRING,
}

Fields

MessageType: MSV1_0_PROFILE_BUFFER_TYPE KickOffTime: LARGE_INTEGER LogoffTime: LARGE_INTEGER UserFlags: ULONG UserSessionKey: [UCHAR; 16] LogonDomainName: UNICODE_STRING LanmanSessionKey: [UCHAR; 8] LogonServer: UNICODE_STRING UserParameters: UNICODE_STRING

Trait Implementations

impl Debug for MSV1_0_LM20_LOGON_PROFILE
[src]

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

Formats the value using the given formatter.

impl Copy for MSV1_0_LM20_LOGON_PROFILE
[src]

impl Clone for MSV1_0_LM20_LOGON_PROFILE
[src]

fn clone(&self) -> MSV1_0_LM20_LOGON_PROFILE

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