#[repr(C)]pub struct IMAGE_LOAD_CONFIG_DIRECTORY64 {Show 19 fields
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§
§Size: u32§TimeDateStamp: u32§Version: IMAGE_VERSION<u16>§GlobalFlagsClear: u32§GlobalFlagsSet: u32§CriticalSectionDefaultTimeout: u32§DeCommitFreeBlockThreshold: u64§DeCommitTotalFreeThreshold: u64§LockPrefixTable: u64§MaximumAllocationSize: u64§VirtualMemoryThreshold: u64§ProcessAffinityMask: u64§ProcessHeapFlags: u32§CSDVersion: u16§DependentLoadFlags: u16§EditList: u64§SecurityCookie: u64§SEHandlerTable: u64§SEHandlerCount: u64Trait Implementations§
Source§impl Clone for IMAGE_LOAD_CONFIG_DIRECTORY64
impl Clone for IMAGE_LOAD_CONFIG_DIRECTORY64
Source§fn clone(&self) -> IMAGE_LOAD_CONFIG_DIRECTORY64
fn clone(&self) -> IMAGE_LOAD_CONFIG_DIRECTORY64
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_DIRECTORY64
impl Pod for IMAGE_LOAD_CONFIG_DIRECTORY64
Auto Trait Implementations§
impl Freeze for IMAGE_LOAD_CONFIG_DIRECTORY64
impl RefUnwindSafe for IMAGE_LOAD_CONFIG_DIRECTORY64
impl Send for IMAGE_LOAD_CONFIG_DIRECTORY64
impl Sync for IMAGE_LOAD_CONFIG_DIRECTORY64
impl Unpin for IMAGE_LOAD_CONFIG_DIRECTORY64
impl UnwindSafe for IMAGE_LOAD_CONFIG_DIRECTORY64
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> PodMethods for T
impl<T> PodMethods for T
Source§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
Returns the object’s memory as a mutable byte slice.
Source§fn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
Source§fn as_data_view_mut(&mut self) -> &mut DataView
fn as_data_view_mut(&mut self) -> &mut DataView
Returns a mutable data view into the object’s memory.