Struct unwind::_Unwind_Exception
[−]
[src]
pub struct _Unwind_Exception {
pub exception_class: _Unwind_Exception_Class,
pub exception_cleanup: _Unwind_Exception_Cleanup_Fn,
pub private: [_Unwind_Word; unwinder_private_data_size],
}Unstable (
panic_unwind)Fields
exception_class: _Unwind_Exception_Class
Unstable (
panic_unwind)exception_cleanup: _Unwind_Exception_Cleanup_Fn
Unstable (
panic_unwind)private: [_Unwind_Word; unwinder_private_data_size]
Unstable (
panic_unwind)