Enum unwind::_Unwind_Reason_Code
[−]
[src]
#[repr(C)]pub enum _Unwind_Reason_Code { _URC_NO_REASON, _URC_FOREIGN_EXCEPTION_CAUGHT, _URC_FATAL_PHASE2_ERROR, _URC_FATAL_PHASE1_ERROR, _URC_NORMAL_STOP, _URC_END_OF_STACK, _URC_HANDLER_FOUND, _URC_INSTALL_CONTEXT, _URC_CONTINUE_UNWIND, _URC_FAILURE, }
🔬 This is a nightly-only experimental API. (
panic_unwind
)Variants
_URC_NO_REASON
🔬 This is a nightly-only experimental API. (
panic_unwind
)_URC_FOREIGN_EXCEPTION_CAUGHT
🔬 This is a nightly-only experimental API. (
panic_unwind
)_URC_FATAL_PHASE2_ERROR
🔬 This is a nightly-only experimental API. (
panic_unwind
)_URC_FATAL_PHASE1_ERROR
🔬 This is a nightly-only experimental API. (
panic_unwind
)_URC_NORMAL_STOP
🔬 This is a nightly-only experimental API. (
panic_unwind
)_URC_END_OF_STACK
🔬 This is a nightly-only experimental API. (
panic_unwind
)_URC_HANDLER_FOUND
🔬 This is a nightly-only experimental API. (
panic_unwind
)_URC_INSTALL_CONTEXT
🔬 This is a nightly-only experimental API. (
panic_unwind
)_URC_CONTINUE_UNWIND
🔬 This is a nightly-only experimental API. (
panic_unwind
)_URC_FAILURE
🔬 This is a nightly-only experimental API. (
panic_unwind
)Trait Implementations
impl Debug for _Unwind_Reason_Code
[src]
impl Copy for _Unwind_Reason_Code
[src]
impl Clone for _Unwind_Reason_Code
[src]
fn clone(&self) -> _Unwind_Reason_Code
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for _Unwind_Reason_Code
[src]
fn eq(&self, __arg_0: &_Unwind_Reason_Code) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.