Enum sgx_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

🔬 This is a nightly-only experimental API. (panic_unwind)
🔬 This is a nightly-only experimental API. (panic_unwind)
🔬 This is a nightly-only experimental API. (panic_unwind)
🔬 This is a nightly-only experimental API. (panic_unwind)
🔬 This is a nightly-only experimental API. (panic_unwind)

Trait Implementations

impl Copy for _Unwind_Action
[src]

impl Clone for _Unwind_Action
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for _Unwind_Action
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations