Struct object::read::elf::ElfSymbolTable [−][src]
pub struct ElfSymbolTable<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader, { /* fields omitted */ }
A symbol table of an ElfFile
.
Trait Implementations
impl<'data, 'file, Elf: Clone> Clone for ElfSymbolTable<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::Endian: Clone,
[src]
impl<'data, 'file, Elf: Clone> Clone for ElfSymbolTable<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::Endian: Clone,
[src]fn clone(&self) -> ElfSymbolTable<'data, 'file, Elf>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'data, 'file, Elf: Debug> Debug for ElfSymbolTable<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::Endian: Debug,
[src]
impl<'data, 'file, Elf: Debug> Debug for ElfSymbolTable<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::Endian: Debug,
[src]impl<'data, 'file, Elf: FileHeader> ObjectSymbolTable<'data> for ElfSymbolTable<'data, 'file, Elf>
[src]
impl<'data, 'file, Elf: FileHeader> ObjectSymbolTable<'data> for ElfSymbolTable<'data, 'file, Elf>
[src]type Symbol = ElfSymbol<'data, 'file, Elf>
A symbol table entry.
type SymbolIterator = ElfSymbolIterator<'data, 'file, Elf>
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]
impl<'data, 'file, Elf: Copy> Copy for ElfSymbolTable<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::Endian: Copy,
[src]
'data: 'file,
Elf: FileHeader,
Elf::Endian: Copy,
Auto Trait Implementations
impl<'data, 'file, Elf> Send for ElfSymbolTable<'data, 'file, Elf> where
<Elf as FileHeader>::Endian: Send,
<Elf as FileHeader>::Sym: Sync,
<Elf as FileHeader>::Endian: Send,
<Elf as FileHeader>::Sym: Sync,
impl<'data, 'file, Elf> Sync for ElfSymbolTable<'data, 'file, Elf> where
<Elf as FileHeader>::Endian: Sync,
<Elf as FileHeader>::Sym: Sync,
<Elf as FileHeader>::Endian: Sync,
<Elf as FileHeader>::Sym: Sync,
impl<'data, 'file, Elf> Unpin for ElfSymbolTable<'data, 'file, Elf> where
<Elf as FileHeader>::Endian: Unpin,
'data: 'file,
<Elf as FileHeader>::Endian: Unpin,
'data: 'file,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.