pub struct SymbolMap<T: SymbolMapEntry> { /* private fields */ }
Expand description
A map from addresses to symbols.
Implementations
Construct a new symbol map.
This function will sort the symbols by address.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for SymbolMap<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for SymbolMap<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more