Trait lief::pe::debug::DebugEntry

pub trait DebugEntry {
    // Provided methods
    fn characteristics(&self) -> u32 { ... }
    fn timestamp(&self) -> u32 { ... }
    fn major_version(&self) -> u16 { ... }
    fn minor_version(&self) -> u16 { ... }
    fn get_type(&self) -> Type { ... }
    fn sizeof_data(&self) -> u32 { ... }
    fn addressof_rawdata(&self) -> u32 { ... }
    fn pointerto_rawdata(&self) -> u32 { ... }
}

Provided Methods§

fn characteristics(&self) -> u32

fn timestamp(&self) -> u32

fn major_version(&self) -> u16

fn minor_version(&self) -> u16

fn get_type(&self) -> Type

fn sizeof_data(&self) -> u32

fn addressof_rawdata(&self) -> u32

fn pointerto_rawdata(&self) -> u32

Trait Implementations§

§

impl Debug for &dyn DebugEntry

§

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

Formats the value using the given formatter. Read more

Implementors§

§

impl DebugEntry for CodeView<'_>

§

impl DebugEntry for CodeViewPDB<'_>

§

impl DebugEntry for Generic<'_>

§

impl DebugEntry for Pogo<'_>

§

impl DebugEntry for Repro<'_>