Struct rstack_self::Symbol[][src]

pub struct Symbol { /* fields omitted */ }

Information about a symbol.

Methods

impl Symbol
[src]

Returns the name of the symbol, if known.

Returns the file in which this symbol is defined, if known.

Returns the line at which the address which resolved to this symbol corresponds, if known.

Trait Implementations

impl Debug for Symbol
[src]

Formats the value using the given formatter. Read more

impl Clone for Symbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Symbol

impl Sync for Symbol