Struct pelite::image::IMAGE_LOAD_CONFIG_DIRECTORY64[][src]

#[repr(C)]
pub struct IMAGE_LOAD_CONFIG_DIRECTORY64 { pub Size: u32, pub TimeDateStamp: u32, pub Version: IMAGE_VERSION<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, }

Fields

Trait Implementations

impl Copy for IMAGE_LOAD_CONFIG_DIRECTORY64
[src]

impl Clone for IMAGE_LOAD_CONFIG_DIRECTORY64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_LOAD_CONFIG_DIRECTORY64
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_LOAD_CONFIG_DIRECTORY64
[src]

Auto Trait Implementations