Struct symbolic_debuginfo::Symbol [] [src]

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

A single symbol

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.

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.