Struct object::read::coff::CoffComdat [−][src]
pub struct CoffComdat<'data, 'file> where
'data: 'file, { /* fields omitted */ }
A COMDAT section group of a CoffFile
.
Trait Implementations
impl<'data, 'file> Debug for CoffComdat<'data, 'file> where
'data: 'file,
[src]
impl<'data, 'file> Debug for CoffComdat<'data, 'file> where
'data: 'file,
[src]impl<'data, 'file> ObjectComdat<'data> for CoffComdat<'data, 'file>
[src]
impl<'data, 'file> ObjectComdat<'data> for CoffComdat<'data, 'file>
[src]type SectionIterator = CoffComdatSectionIterator<'data, 'file>
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> Send for CoffComdat<'data, 'file>
impl<'data, 'file> Sync for CoffComdat<'data, 'file>
impl<'data, 'file> Unpin for CoffComdat<'data, 'file> where
'data: 'file,
'data: 'file,