Type Alias ode_base::ode::dThreadedCallWaitFreeFunction
source · pub type dThreadedCallWaitFreeFunction = Option<unsafe extern "C" fn(impl_: dThreadingImplementationID, call_wait: dCallWaitID)>;Aliased Type§
enum dThreadedCallWaitFreeFunction {
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.