#[repr(C)]pub struct _IMAGE_LOAD_CONFIG_DIRECTORY32 {Show 49 fields
pub Size: DWORD,
pub TimeDateStamp: DWORD,
pub MajorVersion: WORD,
pub MinorVersion: WORD,
pub GlobalFlagsClear: DWORD,
pub GlobalFlagsSet: DWORD,
pub CriticalSectionDefaultTimeout: DWORD,
pub DeCommitFreeBlockThreshold: DWORD,
pub DeCommitTotalFreeThreshold: DWORD,
pub LockPrefixTable: DWORD,
pub MaximumAllocationSize: DWORD,
pub VirtualMemoryThreshold: DWORD,
pub ProcessHeapFlags: DWORD,
pub ProcessAffinityMask: DWORD,
pub CSDVersion: WORD,
pub DependentLoadFlags: WORD,
pub EditList: DWORD,
pub SecurityCookie: DWORD,
pub SEHandlerTable: DWORD,
pub SEHandlerCount: DWORD,
pub GuardCFCheckFunctionPointer: DWORD,
pub GuardCFDispatchFunctionPointer: DWORD,
pub GuardCFFunctionTable: DWORD,
pub GuardCFFunctionCount: DWORD,
pub GuardFlags: DWORD,
pub CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITY,
pub GuardAddressTakenIatEntryTable: DWORD,
pub GuardAddressTakenIatEntryCount: DWORD,
pub GuardLongJumpTargetTable: DWORD,
pub GuardLongJumpTargetCount: DWORD,
pub DynamicValueRelocTable: DWORD,
pub CHPEMetadataPointer: DWORD,
pub GuardRFFailureRoutine: DWORD,
pub GuardRFFailureRoutineFunctionPointer: DWORD,
pub DynamicValueRelocTableOffset: DWORD,
pub DynamicValueRelocTableSection: WORD,
pub Reserved2: WORD,
pub GuardRFVerifyStackPointerFunctionPointer: DWORD,
pub HotPatchTableOffset: DWORD,
pub Reserved3: DWORD,
pub EnclaveConfigurationPointer: DWORD,
pub VolatileMetadataPointer: DWORD,
pub GuardEHContinuationTable: DWORD,
pub GuardEHContinuationCount: DWORD,
pub GuardXFGCheckFunctionPointer: DWORD,
pub GuardXFGDispatchFunctionPointer: DWORD,
pub GuardXFGTableDispatchFunctionPointer: DWORD,
pub CastGuardOsDeterminedFailureMode: DWORD,
pub GuardMemcpyFunctionPointer: DWORD,
}Fields§
§Size: DWORD§TimeDateStamp: DWORD§MajorVersion: WORD§MinorVersion: WORD§GlobalFlagsClear: DWORD§GlobalFlagsSet: DWORD§CriticalSectionDefaultTimeout: DWORD§DeCommitFreeBlockThreshold: DWORD§DeCommitTotalFreeThreshold: DWORD§LockPrefixTable: DWORD§MaximumAllocationSize: DWORD§VirtualMemoryThreshold: DWORD§ProcessHeapFlags: DWORD§ProcessAffinityMask: DWORD§CSDVersion: WORD§DependentLoadFlags: WORD§EditList: DWORD§SecurityCookie: DWORD§SEHandlerTable: DWORD§SEHandlerCount: DWORD§GuardCFCheckFunctionPointer: DWORD§GuardCFDispatchFunctionPointer: DWORD§GuardCFFunctionTable: DWORD§GuardCFFunctionCount: DWORD§GuardFlags: DWORD§CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITY§GuardAddressTakenIatEntryTable: DWORD§GuardAddressTakenIatEntryCount: DWORD§GuardLongJumpTargetTable: DWORD§GuardLongJumpTargetCount: DWORD§DynamicValueRelocTable: DWORD§CHPEMetadataPointer: DWORD§GuardRFFailureRoutine: DWORD§GuardRFFailureRoutineFunctionPointer: DWORD§DynamicValueRelocTableOffset: DWORD§DynamicValueRelocTableSection: WORD§Reserved2: WORD§GuardRFVerifyStackPointerFunctionPointer: DWORD§HotPatchTableOffset: DWORD§Reserved3: DWORD§EnclaveConfigurationPointer: DWORD§VolatileMetadataPointer: DWORD§GuardEHContinuationTable: DWORD§GuardEHContinuationCount: DWORD§GuardXFGCheckFunctionPointer: DWORD§GuardXFGDispatchFunctionPointer: DWORD§GuardXFGTableDispatchFunctionPointer: DWORD§CastGuardOsDeterminedFailureMode: DWORD§GuardMemcpyFunctionPointer: DWORDTrait Implementations§
Source§impl Clone for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl Clone for _IMAGE_LOAD_CONFIG_DIRECTORY32
Source§fn clone(&self) -> _IMAGE_LOAD_CONFIG_DIRECTORY32
fn clone(&self) -> _IMAGE_LOAD_CONFIG_DIRECTORY32
Returns a copy 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 moreSource§impl Ord for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl Ord for _IMAGE_LOAD_CONFIG_DIRECTORY32
Source§fn cmp(&self, other: &_IMAGE_LOAD_CONFIG_DIRECTORY32) -> Ordering
fn cmp(&self, other: &_IMAGE_LOAD_CONFIG_DIRECTORY32) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl PartialEq for _IMAGE_LOAD_CONFIG_DIRECTORY32
Source§fn eq(&self, other: &_IMAGE_LOAD_CONFIG_DIRECTORY32) -> bool
fn eq(&self, other: &_IMAGE_LOAD_CONFIG_DIRECTORY32) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl PartialOrd for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl Copy for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl Eq for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl StructuralPartialEq for _IMAGE_LOAD_CONFIG_DIRECTORY32
Auto Trait Implementations§
impl Freeze for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl RefUnwindSafe for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl Send for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl Sync for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl Unpin for _IMAGE_LOAD_CONFIG_DIRECTORY32
impl UnwindSafe for _IMAGE_LOAD_CONFIG_DIRECTORY32
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