#[repr(C, packed(4))]
pub struct IMAGE_LOAD_CONFIG_DIRECTORY64 {
Show 48 fields pub Size: u32, pub TimeDateStamp: u32, pub MajorVersion: u16, pub MinorVersion: u16, pub GlobalFlagsClear: u32, pub GlobalFlagsSet: u32, pub CriticalSectionDefaultTimeout: u32, pub DeCommitFreeBlockThreshold: u64, pub DeCommitTotalFreeThreshold: u64, pub LockPrefixTable: u64, pub MaximumAllocationSize: u64, pub VirtualMemoryThreshold: u64, pub ProcessAffinityMask: u64, pub ProcessHeapFlags: u32, pub CSDVersion: u16, pub DependentLoadFlags: u16, pub EditList: u64, pub SecurityCookie: u64, pub SEHandlerTable: u64, pub SEHandlerCount: u64, pub GuardCFCheckFunctionPointer: u64, pub GuardCFDispatchFunctionPointer: u64, pub GuardCFFunctionTable: u64, pub GuardCFFunctionCount: u64, pub GuardFlags: u32, pub CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITY, pub GuardAddressTakenIatEntryTable: u64, pub GuardAddressTakenIatEntryCount: u64, pub GuardLongJumpTargetTable: u64, pub GuardLongJumpTargetCount: u64, pub DynamicValueRelocTable: u64, pub CHPEMetadataPointer: u64, pub GuardRFFailureRoutine: u64, pub GuardRFFailureRoutineFunctionPointer: u64, pub DynamicValueRelocTableOffset: u32, pub DynamicValueRelocTableSection: u16, pub Reserved2: u16, pub GuardRFVerifyStackPointerFunctionPointer: u64, pub HotPatchTableOffset: u32, pub Reserved3: u32, pub EnclaveConfigurationPointer: u64, pub VolatileMetadataPointer: u64, pub GuardEHContinuationTable: u64, pub GuardEHContinuationCount: u64, pub GuardXFGCheckFunctionPointer: u64, pub GuardXFGDispatchFunctionPointer: u64, pub GuardXFGTableDispatchFunctionPointer: u64, pub CastGuardOsDeterminedFailureMode: u64,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

Size: u32TimeDateStamp: u32MajorVersion: u16MinorVersion: u16GlobalFlagsClear: u32GlobalFlagsSet: u32CriticalSectionDefaultTimeout: u32DeCommitFreeBlockThreshold: u64DeCommitTotalFreeThreshold: u64LockPrefixTable: u64MaximumAllocationSize: u64VirtualMemoryThreshold: u64ProcessAffinityMask: u64ProcessHeapFlags: u32CSDVersion: u16DependentLoadFlags: u16EditList: u64SecurityCookie: u64SEHandlerTable: u64SEHandlerCount: u64GuardCFCheckFunctionPointer: u64GuardCFDispatchFunctionPointer: u64GuardCFFunctionTable: u64GuardCFFunctionCount: u64GuardFlags: u32CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITYGuardAddressTakenIatEntryTable: u64GuardAddressTakenIatEntryCount: u64GuardLongJumpTargetTable: u64GuardLongJumpTargetCount: u64DynamicValueRelocTable: u64CHPEMetadataPointer: u64GuardRFFailureRoutine: u64GuardRFFailureRoutineFunctionPointer: u64DynamicValueRelocTableOffset: u32DynamicValueRelocTableSection: u16Reserved2: u16GuardRFVerifyStackPointerFunctionPointer: u64HotPatchTableOffset: u32Reserved3: u32EnclaveConfigurationPointer: u64VolatileMetadataPointer: u64GuardEHContinuationTable: u64GuardEHContinuationCount: u64GuardXFGCheckFunctionPointer: u64GuardXFGDispatchFunctionPointer: u64GuardXFGTableDispatchFunctionPointer: u64CastGuardOsDeterminedFailureMode: u64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.