Struct addr2line::lookup::SimpleLookup
source · pub(crate) struct SimpleLookup<T, R, F>{
f: F,
phantom: PhantomData<(T, R)>,
}
Fields§
§f: F
§phantom: PhantomData<(T, R)>
Implementations§
source§impl<T, R, F> SimpleLookup<T, R, F>
impl<T, R, F> SimpleLookup<T, R, F>
pub(crate) fn new_complete(t: F::Output) -> LookupResult<SimpleLookup<T, R, F>>
pub(crate) fn new_needs_load( load: SplitDwarfLoad<R>, f: F, ) -> LookupResult<SimpleLookup<T, R, F>>
Trait Implementations§
source§impl<T, R, F> LookupContinuation for SimpleLookup<T, R, F>
impl<T, R, F> LookupContinuation for SimpleLookup<T, R, F>
Auto Trait Implementations§
impl<T, R, F> Freeze for SimpleLookup<T, R, F>where
F: Freeze,
impl<T, R, F> RefUnwindSafe for SimpleLookup<T, R, F>
impl<T, R, F> Send for SimpleLookup<T, R, F>
impl<T, R, F> Sync for SimpleLookup<T, R, F>
impl<T, R, F> Unpin for SimpleLookup<T, R, F>
impl<T, R, F> UnwindSafe for SimpleLookup<T, R, F>
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