_Unwind_Stop_Fn

Type Alias _Unwind_Stop_Fn 

Source
pub type _Unwind_Stop_Fn = Option<unsafe extern "C" fn(arg1: c_int, arg2: _Unwind_Action, arg3: _Unwind_Exception_Class, arg4: *mut _Unwind_Exception, arg5: *mut _Unwind_Context, arg6: *mut c_void) -> _Unwind_Reason_Code>;

Aliased Type§

pub enum _Unwind_Stop_Fn {
    None,
    Some(unsafe extern "C" fn(i32, u32, u64, *mut _Unwind_Exception, *mut _Unwind_Context, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, u32, u64, *mut _Unwind_Exception, *mut _Unwind_Context, *mut c_void) -> u32)

Some value of type T.