Struct rstack_self::Frame [−][src]
pub struct Frame { /* fields omitted */ }Information about a stack frame.
Methods
impl Frame[src]
impl Framepub fn ip(&self) -> usize[src]
pub fn ip(&self) -> usizeReturns 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 Framefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Frame[src]
impl Clone for Frame