Struct object::pe::ImageLoadConfigDirectory32

source ·
#[repr(C)]
pub struct ImageLoadConfigDirectory32 {
Show 42 fields pub size: U32<LittleEndian>, pub time_date_stamp: U32<LittleEndian>, pub major_version: U16<LittleEndian>, pub minor_version: U16<LittleEndian>, pub global_flags_clear: U32<LittleEndian>, pub global_flags_set: U32<LittleEndian>, pub critical_section_default_timeout: U32<LittleEndian>, pub de_commit_free_block_threshold: U32<LittleEndian>, pub de_commit_total_free_threshold: U32<LittleEndian>, pub lock_prefix_table: U32<LittleEndian>, pub maximum_allocation_size: U32<LittleEndian>, pub virtual_memory_threshold: U32<LittleEndian>, pub process_heap_flags: U32<LittleEndian>, pub process_affinity_mask: U32<LittleEndian>, pub csd_version: U16<LittleEndian>, pub dependent_load_flags: U16<LittleEndian>, pub edit_list: U32<LittleEndian>, pub security_cookie: U32<LittleEndian>, pub sehandler_table: U32<LittleEndian>, pub sehandler_count: U32<LittleEndian>, pub guard_cf_check_function_pointer: U32<LittleEndian>, pub guard_cf_dispatch_function_pointer: U32<LittleEndian>, pub guard_cf_function_table: U32<LittleEndian>, pub guard_cf_function_count: U32<LittleEndian>, pub guard_flags: U32<LittleEndian>, pub code_integrity: ImageLoadConfigCodeIntegrity, pub guard_address_taken_iat_entry_table: U32<LittleEndian>, pub guard_address_taken_iat_entry_count: U32<LittleEndian>, pub guard_long_jump_target_table: U32<LittleEndian>, pub guard_long_jump_target_count: U32<LittleEndian>, pub dynamic_value_reloc_table: U32<LittleEndian>, pub chpe_metadata_pointer: U32<LittleEndian>, pub guard_rf_failure_routine: U32<LittleEndian>, pub guard_rf_failure_routine_function_pointer: U32<LittleEndian>, pub dynamic_value_reloc_table_offset: U32<LittleEndian>, pub dynamic_value_reloc_table_section: U16<LittleEndian>, pub reserved2: U16<LittleEndian>, pub guard_rf_verify_stack_pointer_function_pointer: U32<LittleEndian>, pub hot_patch_table_offset: U32<LittleEndian>, pub reserved3: U32<LittleEndian>, pub enclave_configuration_pointer: U32<LittleEndian>, pub volatile_metadata_pointer: U32<LittleEndian>,
}

Fields§

§size: U32<LittleEndian>§time_date_stamp: U32<LittleEndian>§major_version: U16<LittleEndian>§minor_version: U16<LittleEndian>§global_flags_clear: U32<LittleEndian>§global_flags_set: U32<LittleEndian>§critical_section_default_timeout: U32<LittleEndian>§de_commit_free_block_threshold: U32<LittleEndian>§de_commit_total_free_threshold: U32<LittleEndian>§lock_prefix_table: U32<LittleEndian>

VA

§maximum_allocation_size: U32<LittleEndian>§virtual_memory_threshold: U32<LittleEndian>§process_heap_flags: U32<LittleEndian>§process_affinity_mask: U32<LittleEndian>§csd_version: U16<LittleEndian>§dependent_load_flags: U16<LittleEndian>§edit_list: U32<LittleEndian>

VA

§security_cookie: U32<LittleEndian>

VA

§sehandler_table: U32<LittleEndian>

VA

§sehandler_count: U32<LittleEndian>§guard_cf_check_function_pointer: U32<LittleEndian>

VA

§guard_cf_dispatch_function_pointer: U32<LittleEndian>

VA

§guard_cf_function_table: U32<LittleEndian>

VA

§guard_cf_function_count: U32<LittleEndian>§guard_flags: U32<LittleEndian>§code_integrity: ImageLoadConfigCodeIntegrity§guard_address_taken_iat_entry_table: U32<LittleEndian>

VA

§guard_address_taken_iat_entry_count: U32<LittleEndian>§guard_long_jump_target_table: U32<LittleEndian>

VA

§guard_long_jump_target_count: U32<LittleEndian>§dynamic_value_reloc_table: U32<LittleEndian>

VA

§chpe_metadata_pointer: U32<LittleEndian>§guard_rf_failure_routine: U32<LittleEndian>

VA

§guard_rf_failure_routine_function_pointer: U32<LittleEndian>

VA

§dynamic_value_reloc_table_offset: U32<LittleEndian>§dynamic_value_reloc_table_section: U16<LittleEndian>§reserved2: U16<LittleEndian>§guard_rf_verify_stack_pointer_function_pointer: U32<LittleEndian>

VA

§hot_patch_table_offset: U32<LittleEndian>§reserved3: U32<LittleEndian>§enclave_configuration_pointer: U32<LittleEndian>

VA

§volatile_metadata_pointer: U32<LittleEndian>

VA

Trait Implementations§

source§

impl Clone for ImageLoadConfigDirectory32

source§

fn clone(&self) -> ImageLoadConfigDirectory32

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ImageLoadConfigDirectory32

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for ImageLoadConfigDirectory32

source§

impl Pod for ImageLoadConfigDirectory32

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.