Struct winapi::ntsecapi::LSA_LAST_INTER_LOGON_INFO [] [src]

pub struct LSA_LAST_INTER_LOGON_INFO {
    pub LastSuccessfulLogon: LARGE_INTEGER,
    pub LastFailedLogon: LARGE_INTEGER,
    pub FailedAttemptCountSinceLastSuccessfulLogon: ULONG,
}

Fields

LastSuccessfulLogon: LARGE_INTEGER LastFailedLogon: LARGE_INTEGER FailedAttemptCountSinceLastSuccessfulLogon: ULONG

Trait Implementations

impl Debug for LSA_LAST_INTER_LOGON_INFO
[src]

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

Formats the value using the given formatter.

impl Copy for LSA_LAST_INTER_LOGON_INFO
[src]

impl Clone for LSA_LAST_INTER_LOGON_INFO
[src]

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