Struct addr2line::FunctionName[][src]

pub struct FunctionName<R: Reader> {
    pub language: Option<DwLang>,
    // some fields omitted
}

A function name.

Fields

The language of the compilation unit containing this function.

Methods

impl<R: Reader> FunctionName<R>
[src]

The raw name of this function before demangling.

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

Auto Trait Implementations

impl<R> Send for FunctionName<R> where
    R: Send

impl<R> Sync for FunctionName<R> where
    R: Sync