Struct addr2line::FunctionName [−][src]
A function name.
Fields
name: R
The name of the function.
language: Option<DwLang>
The language of the compilation unit containing this function.
Implementations
impl<R: Reader> FunctionName<R>
[src]
impl<R: Reader> FunctionName<R>
[src]Auto Trait Implementations
impl<R> Send for FunctionName<R> where
R: Send,
R: Send,
impl<R> Sync for FunctionName<R> where
R: Sync,
R: Sync,
impl<R> Unpin for FunctionName<R> where
R: Unpin,
R: Unpin,