Struct object::read::elf::ElfComdat [−][src]
pub struct ElfComdat<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader, { /* fields omitted */ }
A COMDAT section group of an ElfFile
.
Trait Implementations
impl<'data, 'file, Elf: Debug> Debug for ElfComdat<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::SectionHeader: Debug,
Elf::Endian: Debug,
[src]
impl<'data, 'file, Elf: Debug> Debug for ElfComdat<'data, 'file, Elf> where
'data: 'file,
Elf: FileHeader,
Elf::SectionHeader: Debug,
Elf::Endian: Debug,
[src]impl<'data, 'file, Elf: FileHeader> ObjectComdat<'data> for ElfComdat<'data, 'file, Elf>
[src]
impl<'data, 'file, Elf: FileHeader> ObjectComdat<'data> for ElfComdat<'data, 'file, Elf>
[src]type SectionIterator = ElfComdatSectionIterator<'data, 'file, Elf>
An iterator over the sections in the object file.
fn kind(&self) -> ComdatKind
[src]
fn symbol(&self) -> SymbolIndex
[src]
fn name(&self) -> Result<&str>
[src]
fn sections(&self) -> Self::SectionIterator
[src]
Auto Trait Implementations
impl<'data, 'file, Elf> Send for ElfComdat<'data, 'file, Elf> where
Elf: Sync,
<Elf as FileHeader>::Endian: Sync,
<Elf as FileHeader>::ProgramHeader: Sync,
<Elf as FileHeader>::SectionHeader: Sync,
<Elf as FileHeader>::Sym: Sync,
Elf: Sync,
<Elf as FileHeader>::Endian: Sync,
<Elf as FileHeader>::ProgramHeader: Sync,
<Elf as FileHeader>::SectionHeader: Sync,
<Elf as FileHeader>::Sym: Sync,
impl<'data, 'file, Elf> Sync for ElfComdat<'data, 'file, Elf> where
Elf: Sync,
<Elf as FileHeader>::Endian: Sync,
<Elf as FileHeader>::ProgramHeader: Sync,
<Elf as FileHeader>::SectionHeader: Sync,
<Elf as FileHeader>::Sym: Sync,
Elf: Sync,
<Elf as FileHeader>::Endian: Sync,
<Elf as FileHeader>::ProgramHeader: Sync,
<Elf as FileHeader>::SectionHeader: Sync,
<Elf as FileHeader>::Sym: Sync,
impl<'data, 'file, Elf> Unpin for ElfComdat<'data, 'file, Elf> where
'data: 'file,
'data: 'file,