Trait lief::elf::note::NoteBase

pub trait NoteBase {
    // Provided methods
    fn name(&self) -> String { ... }
    fn get_type(&self) -> Type { ... }
    fn original_type(&self) -> u32 { ... }
    fn size(&self) -> u64 { ... }
    fn description(&self) -> &[u8]  { ... }
}

Provided Methods§

fn name(&self) -> String

fn get_type(&self) -> Type

fn original_type(&self) -> u32

fn size(&self) -> u64

fn description(&self) -> &[u8]

Trait Implementations§

§

impl Debug for &dyn NoteBase

§

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

Formats the value using the given formatter. Read more

Implementors§

§

impl NoteBase for Generic<'_>