pub struct EhFrameHdr<R: Reader>(_);
Expand description

EhFrameHdr contains the information about the .eh_frame_hdr section.

A pointer to the start of the .eh_frame data, and optionally, a binary search table of pointers to the .eh_frame records that are found in this section.

Implementations

Constructs a new EhFrameHdr instance from the data in the .eh_frame_hdr section.

Parses this EhFrameHdr to a ParsedEhFrameHdr.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Returns the section id for this type.

Returns the Reader for this section.

Returns the ELF section name for this type.

Returns the ELF section name (if any) for this type when used in a dwo file. Read more

Try to load the section using the given loader function.

Returns the subrange of the section that is the contribution of a unit in a .dwp file. Read more

Returns the Reader for this section.

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

Performs the conversion.

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.