Type Alias dThreadedCallWaitFunction

Source
pub type dThreadedCallWaitFunction = Option<unsafe extern "C" fn(impl_: dThreadingImplementationID, out_wait_status: *mut c_int, call_wait: dCallWaitID, timeout_time_ptr: *const dThreadedWaitTime, wait_name: *const c_char)>;

Aliased Type§

pub enum dThreadedCallWaitFunction {
    None,
    Some(unsafe extern "C" fn(*mut dxThreadingImplementation, *mut i32, *mut dxCallWait, *const dxThreadedWaitTime, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut dxThreadingImplementation, *mut i32, *mut dxCallWait, *const dxThreadedWaitTime, *const i8))

Some value of type T.