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 | |
LastFailedLogon | |
FailedAttemptCountSinceLastSuccessfulLogon |
Trait Implementations
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