struct FrameIterFrames<'ctx, R>where
R: Reader,{
unit: &'ctx ResUnit<R>,
sections: &'ctx Dwarf<R>,
function: &'ctx Function<R>,
inlined_functions: Rev<IntoIter<&'ctx InlinedFunction<R>>>,
next: Option<Location<'ctx>>,
}Fields§
§unit: &'ctx ResUnit<R>§sections: &'ctx Dwarf<R>§function: &'ctx Function<R>§inlined_functions: Rev<IntoIter<&'ctx InlinedFunction<R>>>§next: Option<Location<'ctx>>Auto Trait Implementations§
impl<'ctx, R> Freeze for FrameIterFrames<'ctx, R>
impl<'ctx, R> !RefUnwindSafe for FrameIterFrames<'ctx, R>
impl<'ctx, R> !Send for FrameIterFrames<'ctx, R>
impl<'ctx, R> !Sync for FrameIterFrames<'ctx, R>
impl<'ctx, R> Unpin for FrameIterFrames<'ctx, R>
impl<'ctx, R> !UnwindSafe for FrameIterFrames<'ctx, 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