Struct winapi::ntsecapi::DOMAIN_PASSWORD_INFORMATION [] [src]

pub struct DOMAIN_PASSWORD_INFORMATION {
    pub MinPasswordLength: USHORT,
    pub PasswordHistoryLength: USHORT,
    pub PasswordProperties: ULONG,
    pub MaxPasswordAge: LARGE_INTEGER,
    pub MinPasswordAge: LARGE_INTEGER,
}

Fields

MinPasswordLength: USHORT PasswordHistoryLength: USHORT PasswordProperties: ULONG MaxPasswordAge: LARGE_INTEGER MinPasswordAge: LARGE_INTEGER

Trait Implementations

impl Debug for DOMAIN_PASSWORD_INFORMATION
[src]

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

Formats the value using the given formatter.

impl Copy for DOMAIN_PASSWORD_INFORMATION
[src]

impl Clone for DOMAIN_PASSWORD_INFORMATION
[src]

fn clone(&self) -> DOMAIN_PASSWORD_INFORMATION

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