Struct backtrace::BacktraceSymbol[][src]

pub struct BacktraceSymbol { /* fields omitted */ }

Captured version of a symbol in a backtrace.

This type is returned as a list from BacktraceFrame::symbols and represents the metadata for a symbol in a backtrace.

Trait Implementations

impl Clone for BacktraceSymbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Symbol for BacktraceSymbol
[src]

Returns the name of this function. Read more

Returns the starting address of this function.

Returns the file name where this function was defined. Read more

Returns the line number for where this symbol is currently executing. Read more

Auto Trait Implementations

impl Send for BacktraceSymbol

impl Sync for BacktraceSymbol