Enum unwind::_Unwind_Action [] [src]

pub enum _Unwind_Action {
    _UA_SEARCH_PHASE,
    _UA_CLEANUP_PHASE,
    _UA_HANDLER_FRAME,
    _UA_FORCE_UNWIND,
    _UA_END_OF_STACK,
}
Unstable (panic_unwind)

Variants

_UA_SEARCH_PHASE
Unstable (panic_unwind)
_UA_CLEANUP_PHASE
Unstable (panic_unwind)
_UA_HANDLER_FRAME
Unstable (panic_unwind)
_UA_FORCE_UNWIND
Unstable (panic_unwind)
_UA_END_OF_STACK
Unstable (panic_unwind)

Trait Implementations

Derived 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