|
rstd 0.1.0
|
Carries information about a panic, analogous to Rust's core::panic::PanicInfo.
More...
Public Attributes | |
| void const * | data |
| Opaque pointer to the panic payload. | |
| bool(* | fmt )(void const *data, void *ctx, WriteFn write) |
Formats the panic payload by writing bytes through write. | |
| Location | location |
| The source location where the panic originated. | |
| bool | can_unwind = true |
| Whether the panic is allowed to unwind the stack. | |
| bool | force_no_backtrace = false |
| Whether to suppress backtrace generation. | |
Carries information about a panic, analogous to Rust's core::panic::PanicInfo.