Struct object::read::macho::MachOSymbolTable [−][src]
A symbol table of a MachOFile
.
Trait Implementations
impl<'data, 'file, Mach: Clone + MachHeader> Clone for MachOSymbolTable<'data, 'file, Mach>
[src]
fn clone(&self) -> MachOSymbolTable<'data, 'file, Mach>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'data, 'file, Mach: Copy + MachHeader> Copy for MachOSymbolTable<'data, 'file, Mach>
[src]
impl<'data, 'file, Mach: Debug + MachHeader> Debug for MachOSymbolTable<'data, 'file, Mach>
[src]
impl<'data, 'file, Mach: MachHeader> ObjectSymbolTable<'data> for MachOSymbolTable<'data, 'file, Mach>
[src]
type Symbol = MachOSymbol<'data, 'file, Mach>
A symbol table entry.
type SymbolIterator = MachOSymbolIterator<'data, 'file, Mach>
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, Mach> Send for MachOSymbolTable<'data, 'file, Mach> where
Mach: Sync,
<Mach as MachHeader>::Endian: Sync,
<Mach as MachHeader>::Nlist: Sync,
<Mach as MachHeader>::Section: Sync,
Mach: Sync,
<Mach as MachHeader>::Endian: Sync,
<Mach as MachHeader>::Nlist: Sync,
<Mach as MachHeader>::Section: Sync,
impl<'data, 'file, Mach> Sync for MachOSymbolTable<'data, 'file, Mach> where
Mach: Sync,
<Mach as MachHeader>::Endian: Sync,
<Mach as MachHeader>::Nlist: Sync,
<Mach as MachHeader>::Section: Sync,
Mach: Sync,
<Mach as MachHeader>::Endian: Sync,
<Mach as MachHeader>::Nlist: Sync,
<Mach as MachHeader>::Section: Sync,
impl<'data, 'file, Mach> Unpin for MachOSymbolTable<'data, 'file, Mach> where
'data: 'file,
'data: 'file,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,