Struct object::read::SymbolMap [−][src]
pub struct SymbolMap<T: SymbolMapEntry> { /* fields omitted */ }
Expand description
A map from addresses to symbols.
Implementations
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