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_PHASEUnstable (
panic_unwind)_UA_CLEANUP_PHASEUnstable (
panic_unwind)_UA_HANDLER_FRAMEUnstable (
panic_unwind)_UA_FORCE_UNWINDUnstable (
panic_unwind)_UA_END_OF_STACKUnstable (
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