Struct addr2line::FunctionName [−][src]
A function name.
Fields
name: RThe 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> RefUnwindSafe for FunctionName<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
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,
impl<R> UnwindSafe for FunctionName<R> where
R: UnwindSafe,
R: UnwindSafe,