Struct pelite::image::IMAGE_LOAD_CONFIG_DIRECTORY32[][src]

#[repr(C)]
pub struct IMAGE_LOAD_CONFIG_DIRECTORY32 { pub Size: u32, pub TimeDateStamp: u32, pub Version: IMAGE_VERSION<u16>, pub GlobalFlagsClear: u32, pub GlobalFlagsSet: u32, pub CriticalSectionDefaultTimeout: u32, pub DeCommitFreeBlockThreshold: u32, pub DeCommitTotalFreeThreshold: u32, pub LockPrefixTable: u32, pub MaximumAllocationSize: u32, pub VirtualMemoryThreshold: u32, pub ProcessAffinityMask: u32, pub ProcessHeapFlags: u32, pub CSDVersion: u16, pub DependentLoadFlags: u16, pub EditList: u32, pub SecurityCookie: u32, pub SEHandlerTable: u32, pub SEHandlerCount: u32, }

Fields

Trait Implementations

impl Copy for IMAGE_LOAD_CONFIG_DIRECTORY32
[src]

impl Clone for IMAGE_LOAD_CONFIG_DIRECTORY32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_LOAD_CONFIG_DIRECTORY32
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_LOAD_CONFIG_DIRECTORY32
[src]

Auto Trait Implementations