Struct object::read::Comdat

source ·
pub struct Comdat<'data, 'file, R: ReadRef<'data> = &'data [u8]>where
    'data: 'file,
{ /* private fields */ }
Expand description

A COMDAT section group of a File.

Trait Implementations§

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.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.