pub struct RelocationSections { /* private fields */ }
Expand description

A mapping from section index to associated relocation sections.

Implementations§

Create a new mapping using the section table.

Skips relocation sections that do not use the given symbol table section.

Given a section index, return the section index of the associated relocation section.

This may also be called with a relocation section index, and it will return the next associated relocation section.

Trait Implementations§

Formats the value using the given formatter. Read more

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.