Expand description
A CompiledFunctionUnwindInfo
contains the function unwind information.
The unwind information is used to determine which function called the function that threw the exception, and which function called that one, and so forth.
Enums§
- Archived
Compiled Function Unwind Info - An archived
CompiledFunctionUnwindInfo
- Compiled
Function Unwind Info - Compiled function unwind information.
- Compiled
Function Unwind Info Reference - Generic reference to data in a
CompiledFunctionUnwindInfo
- Compiled
Function Unwind Info Resolver - The resolver for an archived
CompiledFunctionUnwindInfo
Traits§
- Compiled
Function Unwind Info Like - Any struct that acts like a
CompiledFunctionUnwindInfo
.