pub trait AsBase {
Show 20 methods // Provided methods 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 { ... } fn security_cookie(&self) -> u32 { ... }
}

Provided Methods§

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

Trait Implementations§

§

impl Debug for &dyn AsBase

§

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

Formats the value using the given formatter. Read more

Implementors§

§

impl AsBase for Base<'_>

§

impl AsBase for LoadConfigV0<'_>

§

impl AsBase for LoadConfigV1<'_>

§

impl AsBase for LoadConfigV2<'_>

§

impl AsBase for LoadConfigV3<'_>

§

impl AsBase for LoadConfigV4<'_>

§

impl AsBase for LoadConfigV5<'_>

§

impl AsBase for LoadConfigV6<'_>

§

impl AsBase for LoadConfigV7<'_>

§

impl AsBase for LoadConfigV8<'_>

§

impl AsBase for LoadConfigV9<'_>

§

impl AsBase for LoadConfigV10<'_>

§

impl AsBase for LoadConfigV11<'_>