Type Alias ode_base::ode::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§

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.