Struct object::read::SymbolTable [−][src]
pub struct SymbolTable<'data, 'file> where
'data: 'file, { /* fields omitted */ }
A symbol table.
Trait Implementations
impl<'data, 'file> Debug for SymbolTable<'data, 'file> where
'data: 'file,
[src]
impl<'data, 'file> Debug for SymbolTable<'data, 'file> where
'data: 'file,
[src]impl<'data, 'file> ObjectSymbolTable<'data> for SymbolTable<'data, 'file>
[src]
impl<'data, 'file> ObjectSymbolTable<'data> for SymbolTable<'data, 'file>
[src]type Symbol = Symbol<'data, 'file>
A symbol table entry.
type SymbolIterator = SymbolIterator<'data, 'file>
An iterator over the symbols in a symbol table.
fn symbols(&self) -> Self::SymbolIterator
[src]
fn symbol_by_index(&self, index: SymbolIndex) -> Result<Self::Symbol>
[src]
Auto Trait Implementations
impl<'data, 'file> Send for SymbolTable<'data, 'file>
impl<'data, 'file> Sync for SymbolTable<'data, 'file>
impl<'data, 'file> Unpin for SymbolTable<'data, 'file> where
'data: 'file,
'data: 'file,