Struct addr2line::FunctionName
source · [−]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
Auto Trait Implementations
impl<R> RefUnwindSafe for FunctionName<R> where
R: RefUnwindSafe,
impl<R> Send for FunctionName<R> where
R: Send,
impl<R> Sync for FunctionName<R> where
R: Sync,
impl<R> Unpin for FunctionName<R> where
R: Unpin,
impl<R> UnwindSafe for FunctionName<R> where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more