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 | |
| KickoffTime | |
| LogonServer | |
| LogonDomainName | |
| SessionKey | |
| Authoritative | |
| UserFlags | |
| WhichFields | |
| UserId | 
Trait Implementations
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