pub trait AsCHPEMetadata {
    // Provided method
    fn version(&self) -> u32 { ... }
}
Expand description

Trait shared by all architecture-specific CHPEMetadata

Provided Methods§

fn version(&self) -> u32

Version of the structure

Trait Implementations§

§

impl Display for &dyn AsCHPEMetadata

§

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

Formats the value using the given formatter. Read more

Implementors§

§

impl AsCHPEMetadata for lief::pe::CHPEMetadata<'_>

§

impl AsCHPEMetadata for lief::pe::chpe_metadata_arm64::CHPEMetadata<'_>

§

impl AsCHPEMetadata for lief::pe::chpe_metadata_x86::CHPEMetadata<'_>