pub struct CoffComdat<'data, 'file, R: ReadRef<'data> = &'data [u8]> { /* private fields */ }
Expand description
A COMDAT section group of a CoffFile
.
Formats the value using the given formatter. Read more
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.
Returns the name of the COMDAT section group.
Returns the name of the COMDAT section group. Read more
Get the sections in this section group.
impl<'data, 'file, R> Unpin for CoffComdat<'data, 'file, R> where
'data: 'file,
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.