Struct winapi::lmaccess::NET_VALIDATE_PERSISTED_FIELDS
[−]
[src]
pub struct NET_VALIDATE_PERSISTED_FIELDS {
pub PresentFields: ULONG,
pub PasswordLastSet: FILETIME,
pub BadPasswordTime: FILETIME,
pub LockoutTime: FILETIME,
pub BadPasswordCount: ULONG,
pub PasswordHistoryLength: ULONG,
pub PasswordHistory: PNET_VALIDATE_PASSWORD_HASH,
}Fields
PresentFields | |
PasswordLastSet | |
BadPasswordTime | |
LockoutTime | |
BadPasswordCount | |
PasswordHistoryLength | |
PasswordHistory |
Trait Implementations
impl Copy for NET_VALIDATE_PERSISTED_FIELDS[src]
impl Clone for NET_VALIDATE_PERSISTED_FIELDS[src]
fn clone(&self) -> NET_VALIDATE_PERSISTED_FIELDS
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