Struct symbolic_symcache::LineInfo [] [src]

pub struct LineInfo<'a> { /* fields omitted */ }

Information on a matched source line.

Methods

impl<'a> LineInfo<'a>
[src]

[src]

The architecture of the matched line.

[src]

The uuid of the matched line.

[src]

The instruction address where the function starts.

[src]

The instruction address where the line starts.

[src]

The actual instruction address.

[src]

The current line.

[src]

The current source code language.

[src]

The string value of the symbol (mangled).

[src]

The demangled function name.

This demangles with default settings. For further control the symbolic demangle crate can be manually used on the symbol.

[src]

The filename of the current line.

[src]

The base dir of the current line.

[src]

The fully joined file name.

[src]

The compilation dir of the function.

Trait Implementations

impl<'a> Display for LineInfo<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Debug for LineInfo<'a>
[src]

[src]

Formats the value using the given formatter.