#[repr(C)]pub struct NET_VALIDATE_PERSISTED_FIELDS {
pub PresentFields: u32,
pub PasswordLastSet: FILETIME,
pub BadPasswordTime: FILETIME,
pub LockoutTime: FILETIME,
pub BadPasswordCount: u32,
pub PasswordHistoryLength: u32,
pub PasswordHistory: *mut NET_VALIDATE_PASSWORD_HASH,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
, "Win32_Foundation"
Fields
PresentFields: u32
PasswordLastSet: FILETIME
BadPasswordTime: FILETIME
LockoutTime: FILETIME
BadPasswordCount: u32
PasswordHistoryLength: u32
PasswordHistory: *mut NET_VALIDATE_PASSWORD_HASH
Trait Implementations
impl Clone for NET_VALIDATE_PERSISTED_FIELDS
impl Clone for NET_VALIDATE_PERSISTED_FIELDS
impl Copy for NET_VALIDATE_PERSISTED_FIELDS
Auto Trait Implementations
impl RefUnwindSafe for NET_VALIDATE_PERSISTED_FIELDS
impl !Send for NET_VALIDATE_PERSISTED_FIELDS
impl !Sync for NET_VALIDATE_PERSISTED_FIELDS
impl Unpin for NET_VALIDATE_PERSISTED_FIELDS
impl UnwindSafe for NET_VALIDATE_PERSISTED_FIELDS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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