pub struct PeComdat<'data, 'file, Pe: ImageNtHeaders> { /* private fields */ }Expand description
A COMDAT section group of a PeFile.
Trait Implementations
sourceimpl<'data, 'file, Pe: Debug + ImageNtHeaders> Debug for PeComdat<'data, 'file, Pe>
 
impl<'data, 'file, Pe: Debug + ImageNtHeaders> Debug for PeComdat<'data, 'file, Pe>
sourceimpl<'data, 'file, Pe: ImageNtHeaders> ObjectComdat<'data> for PeComdat<'data, 'file, Pe>
 
impl<'data, 'file, Pe: ImageNtHeaders> ObjectComdat<'data> for PeComdat<'data, 'file, Pe>
type SectionIterator = PeComdatSectionIterator<'data, 'file, Pe>
type SectionIterator = PeComdatSectionIterator<'data, 'file, Pe>
An iterator over the sections in the object file.
sourcefn kind(&self) -> ComdatKind
 
fn kind(&self) -> ComdatKind
Returns the COMDAT selection kind.
sourcefn symbol(&self) -> SymbolIndex
 
fn symbol(&self) -> SymbolIndex
Returns the index of the symbol used for the name of COMDAT section group.
sourcefn sections(&self) -> Self::SectionIterator
 
fn sections(&self) -> Self::SectionIterator
Get the sections in this section group.
Auto Trait Implementations
impl<'data, 'file, Pe> RefUnwindSafe for PeComdat<'data, 'file, Pe> where
    Pe: RefUnwindSafe, 
impl<'data, 'file, Pe> Send for PeComdat<'data, 'file, Pe> where
    Pe: Sync, 
impl<'data, 'file, Pe> Sync for PeComdat<'data, 'file, Pe> where
    Pe: Sync, 
impl<'data, 'file, Pe> Unpin for PeComdat<'data, 'file, Pe> where
    'data: 'file, 
impl<'data, 'file, Pe> UnwindSafe for PeComdat<'data, 'file, Pe> where
    Pe: RefUnwindSafe, 
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
 
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more