Expand description
A COMDAT section group of a CoffFile
.
Trait Implementations
sourceimpl<'data, 'file, R: Debug + ReadRef<'data>> Debug for CoffComdat<'data, 'file, R>
impl<'data, 'file, R: Debug + ReadRef<'data>> Debug for CoffComdat<'data, 'file, R>
sourceimpl<'data, 'file, R: ReadRef<'data>> ObjectComdat<'data> for CoffComdat<'data, 'file, R>
impl<'data, 'file, R: ReadRef<'data>> ObjectComdat<'data> for CoffComdat<'data, 'file, R>
type SectionIterator = CoffComdatSectionIterator<'data, 'file, R>
type SectionIterator = CoffComdatSectionIterator<'data, 'file, R>
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, R> RefUnwindSafe for CoffComdat<'data, 'file, R> where
R: RefUnwindSafe,
impl<'data, 'file, R> Send for CoffComdat<'data, 'file, R> where
R: Sync,
impl<'data, 'file, R> Sync for CoffComdat<'data, 'file, R> where
R: Sync,
impl<'data, 'file, R> Unpin for CoffComdat<'data, 'file, R> where
'data: 'file,
impl<'data, 'file, R> UnwindSafe for CoffComdat<'data, 'file, R> where
R: 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