Trait lief::pe::resources::NodeBase

pub trait NodeBase {
    // Provided methods
    fn id(&self) -> u32 { ... }
    fn depth(&self) -> u32 { ... }
    fn children(&self) -> Children<'_>  { ... }
}

Provided Methods§

fn id(&self) -> u32

fn depth(&self) -> u32

fn children(&self) -> Children<'_>

Trait Implementations§

§

impl Debug for &dyn NodeBase

§

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

Formats the value using the given formatter. Read more

Implementors§

§

impl NodeBase for Data<'_>

§

impl NodeBase for Directory<'_>