#[repr(C)]pub struct POLICY_MODIFICATION_INFO {
pub ModifiedId: i64,
pub DatabaseCreationTime: i64,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ModifiedId: i64
DatabaseCreationTime: i64
Trait Implementations
impl Clone for POLICY_MODIFICATION_INFO
impl Clone for POLICY_MODIFICATION_INFO
impl Copy for POLICY_MODIFICATION_INFO
Auto Trait Implementations
impl RefUnwindSafe for POLICY_MODIFICATION_INFO
impl Send for POLICY_MODIFICATION_INFO
impl Sync for POLICY_MODIFICATION_INFO
impl Unpin for POLICY_MODIFICATION_INFO
impl UnwindSafe for POLICY_MODIFICATION_INFO
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