pub struct ExceptionData<'a> { /* private fields */ }
Expand description

Exception handling and stack unwind information for functions in the image.

Implementations

Parses exception data from the image at the given offset.

Parses exception data from the image at the given offset.

The number of function entries described by this exception data.

Indicating whether there are functions in this entry.

Iterates all function entries in order of their code offset.

To search for a function by relative instruction address, use find_function. To resolve unwind information, use get_unwind_info.

Returns the function at the given index.

Performs a binary search to find a function entry covering the given RVA relative to the image.

Resolves unwind information for the given function entry.

Resolves unwind information for the given function entry.

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

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.