Struct symbolic_debuginfo::Symbol [] [src]

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

A single symbol in a SymbolTable.

Methods

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

[src]

Binary string value of the symbol.

[src]

Address of this symbol.

[src]

Presumed length of the symbol.

[src]

Returns the string representation of this symbol.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.

Auto Trait Implementations

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

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