#[repr(C)]pub struct IMAGE_LOAD_CONFIG_DIRECTORY32 {Show 20 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 Reserved1: WORD,
pub EditList: DWORD,
pub SecurityCookie: DWORD,
pub SEHandlerTable: DWORD,
pub SEHandlerCount: 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§Reserved1: WORD§EditList: DWORD§SecurityCookie: DWORD§SEHandlerTable: DWORD§SEHandlerCount: 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 duplicate 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 moreimpl Copy 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