Union win_sys::SystemServices::PROCESS_MITIGATION_ASLR_POLICY_0 [−][src]
#[repr(C)]
pub union PROCESS_MITIGATION_ASLR_POLICY_0 {
pub Flags: u32,
pub Anonymous: PROCESS_MITIGATION_ASLR_POLICY_0_0,
}Expand description
Required features: Win32_System_SystemServices
Fields
Flags: u32Anonymous: PROCESS_MITIGATION_ASLR_POLICY_0_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for PROCESS_MITIGATION_ASLR_POLICY_0
impl Sync for PROCESS_MITIGATION_ASLR_POLICY_0
impl Unpin for PROCESS_MITIGATION_ASLR_POLICY_0
Blanket Implementations
Mutably borrows from an owned value. Read more