#[repr(C)]pub struct PS_MITIGATION_AUDIT_OPTIONS_MAP {
pub Map: [ULONG_PTR; 2],
}Fields§
§Map: [ULONG_PTR; 2]Trait Implementations§
Source§impl Clone for PS_MITIGATION_AUDIT_OPTIONS_MAP
impl Clone for PS_MITIGATION_AUDIT_OPTIONS_MAP
Source§fn clone(&self) -> PS_MITIGATION_AUDIT_OPTIONS_MAP
fn clone(&self) -> PS_MITIGATION_AUDIT_OPTIONS_MAP
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PS_MITIGATION_AUDIT_OPTIONS_MAP
Auto Trait Implementations§
impl Freeze for PS_MITIGATION_AUDIT_OPTIONS_MAP
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§
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