Struct libdwfl::Dwfl [] [src]

pub struct Dwfl { /* fields omitted */ }

Methods

impl Dwfl
[src]

Open a Dwfl from a path.

Examples

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

Trait Implementations

impl Drop for Dwfl
[src]

A method called when the value goes out of scope. Read more