#[repr(C)]pub struct POLICY_MODIFICATION_INFO {
pub ModifiedId: i64,
pub DatabaseCreationTime: i64,
}Fields§
§ModifiedId: i64§DatabaseCreationTime: i64Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more