Struct symbolic_symcache::Function [] [src]

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

A view of a single function in a sym cache.

Methods

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

[src]

The ID of the function

[src]

The parent ID of the function

[src]

The address where the function starts.

[src]

The symbol of the function.

[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 language of the function

[src]

The compilation dir of the function

[src]

An iterator over all lines in the function

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

Formats the value using the given formatter. Read more