[][src]Struct dw::dwfl::Report

pub struct Report<'a, 'b>(_);

A type used to register segments and modules with a DWFL session.

Methods

impl<'a, 'b> Report<'a, 'b>
[src]

Uses the /proc pseudo-filesystem to register the information for a specific running process.

The FindElf::LINUX_PROC callback should be used with this method.

Trait Implementations

impl<'a, 'b> Drop for Report<'a, 'b>
[src]

Auto Trait Implementations

impl<'a, 'b> Send for Report<'a, 'b>

impl<'a, 'b> !Sync for Report<'a, 'b>

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]