Struct winapi::lmaccess::NET_VALIDATE_PASSWORD_RESET_INPUT_ARG
[−]
[src]
pub struct NET_VALIDATE_PASSWORD_RESET_INPUT_ARG {
pub InputPersistedFields: NET_VALIDATE_PERSISTED_FIELDS,
pub ClearPassword: LPWSTR,
pub UserAccountName: LPWSTR,
pub HashedPassword: NET_VALIDATE_PASSWORD_HASH,
pub PasswordMustChangeAtNextLogon: BOOLEAN,
pub ClearLockout: BOOLEAN,
}Fields
InputPersistedFields | |
ClearPassword | |
UserAccountName | |
HashedPassword | |
PasswordMustChangeAtNextLogon | |
ClearLockout |
Trait Implementations
impl Copy for NET_VALIDATE_PASSWORD_RESET_INPUT_ARG[src]
impl Clone for NET_VALIDATE_PASSWORD_RESET_INPUT_ARG[src]
fn clone(&self) -> NET_VALIDATE_PASSWORD_RESET_INPUT_ARG
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