Struct addr2line::function::InlinedState
source · struct InlinedState<'a, R: Reader> {
entries: EntriesRaw<'a, 'a, R>,
functions: Vec<InlinedFunction<R>>,
addresses: Vec<InlinedFunctionAddress>,
file: DebugFile,
unit: UnitRef<'a, R>,
ctx: &'a Context<R>,
}
Fields§
§entries: EntriesRaw<'a, 'a, R>
§functions: Vec<InlinedFunction<R>>
§addresses: Vec<InlinedFunctionAddress>
§file: DebugFile
§unit: UnitRef<'a, R>
§ctx: &'a Context<R>
Auto Trait Implementations§
impl<'a, R> Freeze for InlinedState<'a, R>where
R: Freeze,
impl<'a, R> !RefUnwindSafe for InlinedState<'a, R>
impl<'a, R> !Send for InlinedState<'a, R>
impl<'a, R> !Sync for InlinedState<'a, R>
impl<'a, R> Unpin for InlinedState<'a, R>
impl<'a, R> !UnwindSafe for InlinedState<'a, R>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more