#[repr(C)]pub struct DOMAIN_PASSWORD_INFORMATION {
pub MinPasswordLength: u16,
pub PasswordHistoryLength: u16,
pub PasswordProperties: DOMAIN_PASSWORD_PROPERTIES,
pub MaxPasswordAge: i64,
pub MinPasswordAge: i64,
}Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
MinPasswordLength: u16PasswordHistoryLength: u16PasswordProperties: DOMAIN_PASSWORD_PROPERTIESMaxPasswordAge: i64MinPasswordAge: i64Trait Implementations
impl Clone for DOMAIN_PASSWORD_INFORMATION
impl Clone for DOMAIN_PASSWORD_INFORMATION
impl Copy for DOMAIN_PASSWORD_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for DOMAIN_PASSWORD_INFORMATION
impl Send for DOMAIN_PASSWORD_INFORMATION
impl Sync for DOMAIN_PASSWORD_INFORMATION
impl Unpin for DOMAIN_PASSWORD_INFORMATION
impl UnwindSafe for DOMAIN_PASSWORD_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more