Struct lief::pe::load_configuration::LoadConfigV1
pub struct LoadConfigV1<'a> { /* private fields */ }
Trait Implementations§
§impl AsBase for LoadConfigV1<'_>
impl AsBase for LoadConfigV1<'_>
fn characteristics(&self) -> u32
fn size(&self) -> u32
fn timedatestamp(&self) -> u32
fn major_version(&self) -> u32
fn minor_version(&self) -> u32
fn global_flags_clear(&self) -> u32
fn global_flags_set(&self) -> u32
fn critical_section_default_timeout(&self) -> u32
fn decommit_free_block_threshold(&self) -> u64
fn decommit_total_free_threshold(&self) -> u64
fn lock_prefix_table(&self) -> u64
fn maximum_allocation_size(&self) -> u64
fn virtual_memory_threshold(&self) -> u64
fn process_affinity_mask(&self) -> u64
fn process_heap_flags(&self) -> u32
fn csd_version(&self) -> u16
fn reserved1(&self) -> u16
fn dependent_load_flags(&self) -> u16
fn editlist(&self) -> u32
§impl AsLoadConfigV0 for LoadConfigV1<'_>
impl AsLoadConfigV0 for LoadConfigV1<'_>
fn se_handler_table(&self) -> u64
fn se_handler_count(&self) -> u64
§impl AsLoadConfigV1 for LoadConfigV1<'_>
impl AsLoadConfigV1 for LoadConfigV1<'_>
fn guard_cf_check_function_pointer(&self) -> u64
fn guard_cf_dispatch_function_pointer(&self) -> u64
fn guard_cf_function_table(&self) -> u64
fn guard_cf_function_count(&self) -> u64
fn guard_flags(&self) -> u32
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LoadConfigV1<'a>
impl<'a> !Send for LoadConfigV1<'a>
impl<'a> !Sync for LoadConfigV1<'a>
impl<'a> Unpin for LoadConfigV1<'a>
impl<'a> UnwindSafe for LoadConfigV1<'a>
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