pub struct SymbolMap<T: SymbolMapEntry> { /* private fields */ }
Expand description
A map from addresses to symbols.
Implementations
Trait Implementations
sourceimpl<T: Clone + SymbolMapEntry> Clone for SymbolMap<T>
impl<T: Clone + SymbolMapEntry> Clone for SymbolMap<T>
sourceimpl<T: Debug + SymbolMapEntry> Debug for SymbolMap<T>
impl<T: Debug + SymbolMapEntry> Debug for SymbolMap<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for SymbolMap<T> where
T: RefUnwindSafe,
impl<T> Send for SymbolMap<T> where
T: Send,
impl<T> Sync for SymbolMap<T> where
T: Sync,
impl<T> Unpin for SymbolMap<T> where
T: Unpin,
impl<T> UnwindSafe for SymbolMap<T> where
T: 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