Struct object::read::coff::CoffSymbolTable [−][src]
pub struct CoffSymbolTable<'data, 'file> { /* fields omitted */ }
Expand description
A symbol table of a CoffFile
.
Trait Implementations
type Symbol = CoffSymbol<'data, 'file>
type Symbol = CoffSymbol<'data, 'file>
A symbol table entry.
type SymbolIterator = CoffSymbolIterator<'data, 'file>
type SymbolIterator = CoffSymbolIterator<'data, 'file>
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
Auto Trait Implementations
impl<'data, 'file> RefUnwindSafe for CoffSymbolTable<'data, 'file>
impl<'data, 'file> Send for CoffSymbolTable<'data, 'file>
impl<'data, 'file> Sync for CoffSymbolTable<'data, 'file>
impl<'data, 'file> Unpin for CoffSymbolTable<'data, 'file> where
'data: 'file,
impl<'data, 'file> UnwindSafe for CoffSymbolTable<'data, 'file>
Blanket Implementations
Mutably borrows from an owned value. Read more