[][src]Struct dw::dwfl::ThreadRef

pub struct ThreadRef(_);
[]

A reference to a thread.

Methods

impl ThreadRef
[src]
[]

[]

Returns the base session associated with this thread.

[]

Returns the thread's ID.

[]

Iterates through the frames of the thread.

The callback will be invoked for each stack frame of the thread in turn.

Trait Implementations

impl ForeignTypeRef for ThreadRef
[src]
[+]

The raw C type.

[]

Constructs a shared instance of this type from its raw type.

[]

Constructs a mutable reference of this type from its raw type.

[]

Returns a raw pointer to the wrapped value.

Auto Trait Implementations

impl Send for ThreadRef

impl !Sync for ThreadRef

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]
[]