Type Alias ode_base::ode::dThreadedCallWaitResetFunction
source · pub type dThreadedCallWaitResetFunction = Option<unsafe extern "C" fn(impl_: dThreadingImplementationID, call_wait: dCallWaitID)>;Aliased Type§
enum dThreadedCallWaitResetFunction {
None,
Some(unsafe extern "C" fn(_: *mut dxThreadingImplementation, _: *mut dxCallWait)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut dxThreadingImplementation, _: *mut dxCallWait))
Some value of type T.