Struct symbolic_debuginfo::Symbol[][src]

pub struct Symbol<'data> { /* fields omitted */ }

A single symbol in a SymbolTable.

Methods

impl<'data> Symbol<'data>
[src]

Binary string value of the symbol.

Address of this symbol.

Presumed length of the symbol.

Indicates if this function spans instructions.

Returns the string representation of this symbol.

Trait Implementations

impl<'data> Debug for Symbol<'data>
[src]

Formats the value using the given formatter. Read more

impl<'data> Into<Name<'data>> for Symbol<'data>
[src]

Performs the conversion.

impl<'data> Into<Cow<'data, str>> for Symbol<'data>
[src]

Performs the conversion.

impl<'data> Into<String> for Symbol<'data>
[src]

Performs the conversion.

Auto Trait Implementations

impl<'data> Send for Symbol<'data>

impl<'data> Sync for Symbol<'data>