Struct aya::maps::stack_trace::StackFrame[][src]

pub struct StackFrame {
    pub ip: u64,
    pub symbol_name: Option<String>,
}
Expand description

A stack frame.

Fields

ip: u64

The instruction pointer of this frame.

symbol_name: Option<String>

The symbol name corresponding to the start of this frame.

Set to Some() if the frame address can be found in the symbols passed to StackTrace::resolve.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.