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[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more