Struct object::read::SymbolTable [−][src]
pub struct SymbolTable<'data, 'file, R = &'data [u8]> where
'data: 'file,
R: ReadRef<'data>, { /* fields omitted */ }
Expand description
A symbol table.
Trait Implementations
impl<'data, 'file, R: Debug> Debug for SymbolTable<'data, 'file, R> where
'data: 'file,
R: ReadRef<'data>,
impl<'data, 'file, R: Debug> Debug for SymbolTable<'data, 'file, R> where
'data: 'file,
R: ReadRef<'data>,
impl<'data, 'file, R: ReadRef<'data>> ObjectSymbolTable<'data> for SymbolTable<'data, 'file, R>
impl<'data, 'file, R: ReadRef<'data>> ObjectSymbolTable<'data> for SymbolTable<'data, 'file, R>
type SymbolIterator = SymbolIterator<'data, 'file, R>
type SymbolIterator = SymbolIterator<'data, 'file, R>
An iterator over the symbols in a symbol table.
Get an iterator over the symbols in the table. Read more
Get the symbol at the given index. Read more