rstd 0.1.0
Loading...
Searching...
No Matches
rstd::panic_::PanicInfo Struct Referenceexport
module rstd.basic

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.
 

Detailed Description

Carries information about a panic, analogous to Rust's core::panic::PanicInfo.


The documentation for this struct was generated from the following file: