Enum unwind::_Unwind_Action
[−]
[src]
#[repr(C)]pub enum _Unwind_Action { _UA_SEARCH_PHASE, _UA_CLEANUP_PHASE, _UA_HANDLER_FRAME, _UA_FORCE_UNWIND, _UA_END_OF_STACK, }
🔬 This is a nightly-only experimental API. (
panic_unwind
)Variants
_UA_SEARCH_PHASE
🔬 This is a nightly-only experimental API. (
panic_unwind
)_UA_CLEANUP_PHASE
🔬 This is a nightly-only experimental API. (
panic_unwind
)_UA_HANDLER_FRAME
🔬 This is a nightly-only experimental API. (
panic_unwind
)_UA_FORCE_UNWIND
🔬 This is a nightly-only experimental API. (
panic_unwind
)_UA_END_OF_STACK
🔬 This is a nightly-only experimental API. (
panic_unwind
)Trait Implementations
impl Copy for _Unwind_Action
[src]
impl Clone for _Unwind_Action
[src]
fn clone(&self) -> _Unwind_Action
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_Action
[src]
fn eq(&self, __arg_0: &_Unwind_Action) -> 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 !=
.