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; MSV1_0_USER_SESSION_KEY_LENGTH], pub LogonDomainName: UNICODE_STRING, pub LanmanSessionKey: [UCHAR; MSV1_0_LANMAN_SESSION_KEY_LENGTH], pub LogonServer: UNICODE_STRING, pub UserParameters: UNICODE_STRING, }
Fields
MessageType | |
KickOffTime | |
LogoffTime | |
UserFlags | |
UserSessionKey | |
LogonDomainName | |
LanmanSessionKey | |
LogonServer | |
UserParameters |
Trait Implementations
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