#[repr(transparent)]
pub struct SectionHeaders(_);
Expand description

Section headers.

Implementations

Returns the underlying slice of section headers.

Gets the section headers as a slice of SectionHeader.

Returns an iterator over the SectionHeader elements.

Finds a section header by its name.

Finds a section header by its RVA.

Trait Implementations

Formats the value using the given formatter. Read more
The type of the elements being iterated over.
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more
Returns the object’s memory as a byte slice.
Returns the object’s memory as a mutable byte slice.
Returns a data view into the object’s memory.
Returns a mutable data view into the object’s memory.

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