Struct libdwfl::Dwfl [] [src]

pub struct Dwfl { /* fields omitted */ }

Methods

impl Dwfl
[src]

[src]

Open a Dwfl from a path.

Examples

let exe = std::env::current_exe().unwrap();
let dw = libdwfl::Dwfl::open(exe).unwrap();

[src]

[src]

Trait Implementations

impl Drop for Dwfl
[src]

[src]

Executes the destructor for this type. Read more