Struct pelite::image::IMAGE_LOAD_CONFIG_DIRECTORY32
source · [−]#[repr(C)]pub struct IMAGE_LOAD_CONFIG_DIRECTORY32 {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: 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
Size: u32
TimeDateStamp: u32
Version: IMAGE_VERSION<u16>
GlobalFlagsClear: u32
GlobalFlagsSet: u32
CriticalSectionDefaultTimeout: u32
DeCommitFreeBlockThreshold: u32
DeCommitTotalFreeThreshold: u32
LockPrefixTable: u32
MaximumAllocationSize: u32
VirtualMemoryThreshold: u32
ProcessAffinityMask: u32
ProcessHeapFlags: u32
CSDVersion: u16
DependentLoadFlags: u16
EditList: u32
SecurityCookie: u32
SEHandlerTable: u32
SEHandlerCount: u32
Trait Implementations
sourceimpl Clone for IMAGE_LOAD_CONFIG_DIRECTORY32
impl Clone for IMAGE_LOAD_CONFIG_DIRECTORY32
sourcefn clone(&self) -> IMAGE_LOAD_CONFIG_DIRECTORY32
fn clone(&self) -> IMAGE_LOAD_CONFIG_DIRECTORY32
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IMAGE_LOAD_CONFIG_DIRECTORY32
impl Debug for IMAGE_LOAD_CONFIG_DIRECTORY32
sourceimpl Pod for IMAGE_LOAD_CONFIG_DIRECTORY32
impl Pod for IMAGE_LOAD_CONFIG_DIRECTORY32
sourcefn as_bytes(&self) -> &[u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
fn as_bytes(&self) -> &[u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
Returns the object’s memory as a byte slice.
sourcefn as_bytes_mut(&mut self) -> &mut [u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
fn as_bytes_mut(&mut self) -> &mut [u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
Returns the object’s memory as a mutable byte slice.
sourcefn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
sourcefn 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.
sourcefn transmute_ref<T>(&self) -> &Twhere
T: Pod,
fn transmute_ref<T>(&self) -> &Twhere
T: Pod,
Safely transmutes references to another type. Read more
sourcefn transmute_mut<T>(&mut self) -> &mut Twhere
T: Pod,
fn transmute_mut<T>(&mut self) -> &mut Twhere
T: Pod,
Safely transmutes references to another type. Read more
impl Copy for IMAGE_LOAD_CONFIG_DIRECTORY32
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more