Struct symbolic_symcache::LineInfo[][src]

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

Information on a matched source line.

Methods

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

The architecture of the matched line.

The id of the matched line.

The instruction address where the function starts.

The instruction address where the line starts.

The actual instruction address.

The current line.

The current source code language.

The string value of the symbol (mangled).

The demangled function name.

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

The filename of the current line.

The base dir of the current line.

The fully joined file name.

The compilation dir of the function.

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for LineInfo<'a>

impl<'a> Sync for LineInfo<'a>