Struct object::read::Comdat [−][src]
pub struct Comdat<'data, 'file, R: ReadRef<'data> = &'data [u8]> where
'data: 'file, { /* fields omitted */ }
Expand description
A COMDAT section group of a File
.
Trait Implementations
type SectionIterator = ComdatSectionIterator<'data, 'file, R>
type SectionIterator = ComdatSectionIterator<'data, 'file, R>
An iterator over the sections in the object file.
Returns the COMDAT selection kind.
Returns the index of the symbol used for the name of COMDAT section group.
fn sections(&self) -> ComdatSectionIterator<'data, 'file, R>ⓘNotable traits for ComdatSectionIterator<'data, 'file, R>impl<'data, 'file, R: ReadRef<'data>> Iterator for ComdatSectionIterator<'data, 'file, R> type Item = SectionIndex;
fn sections(&self) -> ComdatSectionIterator<'data, 'file, R>ⓘNotable traits for ComdatSectionIterator<'data, 'file, R>impl<'data, 'file, R: ReadRef<'data>> Iterator for ComdatSectionIterator<'data, 'file, R> type Item = SectionIndex;
Notable traits for ComdatSectionIterator<'data, 'file, R>
impl<'data, 'file, R: ReadRef<'data>> Iterator for ComdatSectionIterator<'data, 'file, R> type Item = SectionIndex;
Get the sections in this section group.