[][src]Struct dw::dwfl::Callbacks

pub struct Callbacks(_);

Callbacks used to configure the behavior of a Dwfl.

Methods

impl Callbacks
[src]

Creates a new callback set.

The find_elf and find_debuginfo callbacks are required. The section address callback and debuginfo_path value are initialized to NULL.

Returns the pointer representation of the callbacks.

Trait Implementations

impl Sync for Callbacks
[src]

impl Send for Callbacks
[src]

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]