Struct rstack_self::Frame [−][src]
pub struct Frame { /* fields omitted */ }
Information about a stack frame.
Methods
impl Frame
[src]
impl Frame
pub fn ip(&self) -> usize
[src]
pub fn ip(&self) -> usize
Returns the instruction pointer of the frame.
pub fn symbols(&self) -> &[Symbol]
[src]
pub fn symbols(&self) -> &[Symbol]
Returns the symbols resolved to this frame.
Multiple symbols can be returned due to inlining.
Trait Implementations
impl Debug for Frame
[src]
impl Debug for Frame
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Frame
[src]
impl Clone for Frame