[][src]Struct dw::dwfl::FrameRef

pub struct FrameRef(_);

A reference to a stack frame.

Methods

impl FrameRef
[src]

Returns a reference to the thread corresponding to this frame.

Returns the address of the instruction pointer at this frame.

If provided, is_activation parameter will be set to true if this frame is an "activation" (i.e. signal) frame, and false otherwise.

Trait Implementations

impl ForeignTypeRef for FrameRef
[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 FrameRef

impl !Sync for FrameRef

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]