Struct object::read::elf::ElfSymbol [−][src]
A symbol of an ElfFile
.
Trait Implementations
impl<'data, 'file, Elf: Clone> Clone for ElfSymbol<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::Endian: Clone,
Elf::Sym: Clone,
[src]
'data: 'file,
Elf: FileHeader,
Elf::Endian: Clone,
Elf::Sym: Clone,
fn clone(&self) -> ElfSymbol<'data, 'file, Elf>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'data, 'file, Elf: Copy> Copy for ElfSymbol<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::Endian: Copy,
Elf::Sym: Copy,
[src]
'data: 'file,
Elf: FileHeader,
Elf::Endian: Copy,
Elf::Sym: Copy,
impl<'data, 'file, Elf: Debug> Debug for ElfSymbol<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::Endian: Debug,
Elf::Sym: Debug,
[src]
'data: 'file,
Elf: FileHeader,
Elf::Endian: Debug,
Elf::Sym: Debug,
impl<'data, 'file, Elf: FileHeader> ObjectSymbol<'data> for ElfSymbol<'data, 'file, Elf>
[src]
fn index(&self) -> SymbolIndex
[src]
fn name(&self) -> Result<&'data str>
[src]
fn address(&self) -> u64
[src]
fn size(&self) -> u64
[src]
fn kind(&self) -> SymbolKind
[src]
fn section(&self) -> SymbolSection
[src]
fn is_undefined(&self) -> bool
[src]
fn is_definition(&self) -> bool
[src]
fn is_common(&self) -> bool
[src]
fn is_weak(&self) -> bool
[src]
fn scope(&self) -> SymbolScope
[src]
fn is_global(&self) -> bool
[src]
fn is_local(&self) -> bool
[src]
fn flags(&self) -> SymbolFlags<SectionIndex>
[src]
fn section_index(&self) -> Option<SectionIndex>
[src]
Auto Trait Implementations
impl<'data, 'file, Elf> Send for ElfSymbol<'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 ElfSymbol<'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 ElfSymbol<'data, 'file, Elf> where
<Elf as FileHeader>::Endian: Unpin,
'data: 'file,
<Elf as FileHeader>::Endian: Unpin,
'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>,