#[repr(C)]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§
Source§impl Clone for LSA_LAST_INTER_LOGON_INFO
impl Clone for LSA_LAST_INTER_LOGON_INFO
Source§fn clone(&self) -> LSA_LAST_INTER_LOGON_INFO
fn clone(&self) -> LSA_LAST_INTER_LOGON_INFO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for LSA_LAST_INTER_LOGON_INFO
impl Default for LSA_LAST_INTER_LOGON_INFO
Source§fn default() -> LSA_LAST_INTER_LOGON_INFO
fn default() -> LSA_LAST_INTER_LOGON_INFO
Returns the “default value” for a type. Read more
impl Copy for LSA_LAST_INTER_LOGON_INFO
Auto Trait Implementations§
impl Freeze for LSA_LAST_INTER_LOGON_INFO
impl RefUnwindSafe for LSA_LAST_INTER_LOGON_INFO
impl Send for LSA_LAST_INTER_LOGON_INFO
impl Sync for LSA_LAST_INTER_LOGON_INFO
impl Unpin for LSA_LAST_INTER_LOGON_INFO
impl UnwindSafe for LSA_LAST_INTER_LOGON_INFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more