Struct rstack_self::Frame[][src]

pub struct Frame { /* fields omitted */ }

Information about a stack frame.

Methods

impl Frame
[src]

Returns the instruction pointer of the frame.

Important traits for &'a [u8]

Returns the symbols resolved to this frame.

Multiple symbols can be returned due to inlining.

Trait Implementations

impl Debug for Frame
[src]

Formats the value using the given formatter. Read more

impl Clone for Frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Frame

impl Sync for Frame