Struct object::read::pe::PeComdat [−][src]
pub struct PeComdat<'data, 'file, Pe, R = &'data [u8]> where
Pe: ImageNtHeaders,
R: ReadRef<'data>, { /* fields omitted */ }
Expand description
A COMDAT section group of a PeFile
.
Trait Implementations
impl<'data, 'file, Pe, R> ObjectComdat<'data> for PeComdat<'data, 'file, Pe, R> where
Pe: ImageNtHeaders,
R: ReadRef<'data>,
impl<'data, 'file, Pe, R> ObjectComdat<'data> for PeComdat<'data, 'file, Pe, R> where
Pe: ImageNtHeaders,
R: ReadRef<'data>,
type SectionIterator = PeComdatSectionIterator<'data, 'file, Pe, R>
type SectionIterator = PeComdatSectionIterator<'data, 'file, Pe, 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.
Get the sections in this section group.