Struct ntapi::ntsam::SAM_VALIDATE_PERSISTED_FIELDS  
source · [−]#[repr(C)]pub struct SAM_VALIDATE_PERSISTED_FIELDS {
    pub PresentFields: ULONG,
    pub PasswordLastSet: LARGE_INTEGER,
    pub BadPasswordTime: LARGE_INTEGER,
    pub LockoutTime: LARGE_INTEGER,
    pub BadPasswordCount: ULONG,
    pub PasswordHistoryLength: ULONG,
    pub PasswordHistory: PSAM_VALIDATE_PASSWORD_HASH,
}Fields
PresentFields: ULONGPasswordLastSet: LARGE_INTEGERBadPasswordTime: LARGE_INTEGERLockoutTime: LARGE_INTEGERBadPasswordCount: ULONGPasswordHistoryLength: ULONGPasswordHistory: PSAM_VALIDATE_PASSWORD_HASHTrait Implementations
sourceimpl Clone for SAM_VALIDATE_PERSISTED_FIELDS
 
impl Clone for SAM_VALIDATE_PERSISTED_FIELDS
sourcefn clone(&self) -> SAM_VALIDATE_PERSISTED_FIELDS
 
fn clone(&self) -> SAM_VALIDATE_PERSISTED_FIELDS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for SAM_VALIDATE_PERSISTED_FIELDS
Auto Trait Implementations
impl RefUnwindSafe for SAM_VALIDATE_PERSISTED_FIELDS
impl !Send for SAM_VALIDATE_PERSISTED_FIELDS
impl !Sync for SAM_VALIDATE_PERSISTED_FIELDS
impl Unpin for SAM_VALIDATE_PERSISTED_FIELDS
impl UnwindSafe for SAM_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