Struct object::read::xcoff::XcoffSymbolTable
source · pub struct XcoffSymbolTable<'data, 'file, Xcoff, R = &'data [u8]>where
Xcoff: FileHeader,
R: ReadRef<'data>,{ /* private fields */ }
Expand description
A symbol table in an XcoffFile
.
Trait Implementations§
source§impl<'data, 'file, Xcoff, R> Clone for XcoffSymbolTable<'data, 'file, Xcoff, R>
impl<'data, 'file, Xcoff, R> Clone for XcoffSymbolTable<'data, 'file, Xcoff, R>
source§fn clone(&self) -> XcoffSymbolTable<'data, 'file, Xcoff, R>
fn clone(&self) -> XcoffSymbolTable<'data, 'file, Xcoff, R>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'data, 'file, Xcoff, R> Debug for XcoffSymbolTable<'data, 'file, Xcoff, R>
impl<'data, 'file, Xcoff, R> Debug for XcoffSymbolTable<'data, 'file, Xcoff, R>
source§impl<'data, 'file, Xcoff: FileHeader, R: ReadRef<'data>> ObjectSymbolTable<'data> for XcoffSymbolTable<'data, 'file, Xcoff, R>
impl<'data, 'file, Xcoff: FileHeader, R: ReadRef<'data>> ObjectSymbolTable<'data> for XcoffSymbolTable<'data, 'file, Xcoff, R>
source§type Symbol = XcoffSymbol<'data, 'file, Xcoff, R>
type Symbol = XcoffSymbol<'data, 'file, Xcoff, R>
A symbol table entry.
source§type SymbolIterator = XcoffSymbolIterator<'data, 'file, Xcoff, R>
type SymbolIterator = XcoffSymbolIterator<'data, 'file, Xcoff, R>
An iterator for the symbols in a symbol table.
source§fn symbols(&self) -> Self::SymbolIterator
fn symbols(&self) -> Self::SymbolIterator
Get an iterator for the symbols in the table. Read more
source§fn symbol_by_index(&self, index: SymbolIndex) -> Result<Self::Symbol>
fn symbol_by_index(&self, index: SymbolIndex) -> Result<Self::Symbol>
Get the symbol at the given index. Read more
impl<'data, 'file, Xcoff, R> Copy for XcoffSymbolTable<'data, 'file, Xcoff, R>
Auto Trait Implementations§
impl<'data, 'file, Xcoff, R> Freeze for XcoffSymbolTable<'data, 'file, Xcoff, R>
impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffSymbolTable<'data, 'file, Xcoff, R>where
R: RefUnwindSafe,
Xcoff: RefUnwindSafe,
<Xcoff as FileHeader>::AuxHeader: RefUnwindSafe,
<Xcoff as FileHeader>::SectionHeader: RefUnwindSafe,
impl<'data, 'file, Xcoff, R> Send for XcoffSymbolTable<'data, 'file, Xcoff, R>where
R: Sync,
Xcoff: Sync,
<Xcoff as FileHeader>::AuxHeader: Sync,
<Xcoff as FileHeader>::SectionHeader: Sync,
impl<'data, 'file, Xcoff, R> Sync for XcoffSymbolTable<'data, 'file, Xcoff, R>where
R: Sync,
Xcoff: Sync,
<Xcoff as FileHeader>::AuxHeader: Sync,
<Xcoff as FileHeader>::SectionHeader: Sync,
impl<'data, 'file, Xcoff, R> Unpin for XcoffSymbolTable<'data, 'file, Xcoff, R>
impl<'data, 'file, Xcoff, R> UnwindSafe for XcoffSymbolTable<'data, 'file, Xcoff, R>where
R: RefUnwindSafe,
Xcoff: RefUnwindSafe,
<Xcoff as FileHeader>::AuxHeader: RefUnwindSafe,
<Xcoff as FileHeader>::SectionHeader: RefUnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)