Struct addr2line::function::LazyFunction
source · pub(crate) struct LazyFunction<R: Reader> {
dw_die_offset: UnitOffset<R::Offset>,
lazy: LazyCell<Result<Function<R>, Error>>,
}
Fields§
§dw_die_offset: UnitOffset<R::Offset>
§lazy: LazyCell<Result<Function<R>, Error>>
Implementations§
Auto Trait Implementations§
impl<R> !Freeze for LazyFunction<R>
impl<R> !RefUnwindSafe for LazyFunction<R>
impl<R> Send for LazyFunction<R>
impl<R> !Sync for LazyFunction<R>
impl<R> Unpin for LazyFunction<R>
impl<R> UnwindSafe for LazyFunction<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