Struct addr2line::FunctionName[][src]

pub struct FunctionName<R: Reader> {
    pub name: R,
    pub language: Option<DwLang>,
}
Expand description

A function name.

Fields

name: R

The name of the function.

language: Option<DwLang>

The language of the compilation unit containing this function.

Implementations

The raw name of this function before demangling.

The name of this function after demangling (if applicable).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.