Struct lief::pe::load_configuration::LoadConfigV0
pub struct LoadConfigV0<'a> { /* private fields */ }
Trait Implementations§
§impl AsBase for LoadConfigV0<'_>
impl AsBase for LoadConfigV0<'_>
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 LoadConfigV0<'_>
impl AsLoadConfigV0 for LoadConfigV0<'_>
fn se_handler_table(&self) -> u64
fn se_handler_count(&self) -> u64
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LoadConfigV0<'a>
impl<'a> !Send for LoadConfigV0<'a>
impl<'a> !Sync for LoadConfigV0<'a>
impl<'a> Unpin for LoadConfigV0<'a>
impl<'a> UnwindSafe for LoadConfigV0<'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