Struct win_sys::SystemServices::PROCESS_MITIGATION_DEP_POLICY [−][src]
#[repr(C)]pub struct PROCESS_MITIGATION_DEP_POLICY {
pub Anonymous: PROCESS_MITIGATION_DEP_POLICY_0,
pub Permanent: BOOLEAN,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
Anonymous: PROCESS_MITIGATION_DEP_POLICY_0Permanent: BOOLEANTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for PROCESS_MITIGATION_DEP_POLICY
impl Sync for PROCESS_MITIGATION_DEP_POLICY
impl Unpin for PROCESS_MITIGATION_DEP_POLICY
impl UnwindSafe for PROCESS_MITIGATION_DEP_POLICY
Blanket Implementations
Mutably borrows from an owned value. Read more