#[repr(C)]pub struct PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY {
pub Anonymous: PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY_0,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
Anonymous: PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY_0
Trait Implementations
impl Copy for PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY
impl Send for PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY
impl Sync for PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY
impl Unpin for PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY
impl UnwindSafe for PROCESS_MITIGATION_USER_SHADOW_STACK_POLICY
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