Struct ntapi::ntldr::PS_MITIGATION_AUDIT_OPTIONS_MAP
source · [−]Fields
Map: [ULONG_PTR; 2]
Trait Implementations
sourceimpl Clone for PS_MITIGATION_AUDIT_OPTIONS_MAP
impl Clone for PS_MITIGATION_AUDIT_OPTIONS_MAP
sourcefn clone(&self) -> PS_MITIGATION_AUDIT_OPTIONS_MAP
fn clone(&self) -> PS_MITIGATION_AUDIT_OPTIONS_MAP
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 PS_MITIGATION_AUDIT_OPTIONS_MAP
Auto Trait Implementations
impl RefUnwindSafe for PS_MITIGATION_AUDIT_OPTIONS_MAP
impl Send for PS_MITIGATION_AUDIT_OPTIONS_MAP
impl Sync for PS_MITIGATION_AUDIT_OPTIONS_MAP
impl Unpin for PS_MITIGATION_AUDIT_OPTIONS_MAP
impl UnwindSafe for PS_MITIGATION_AUDIT_OPTIONS_MAP
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