Type Alias ode_base::ode::dThreadedCallDependenciesCountAlterFunction
source · pub type dThreadedCallDependenciesCountAlterFunction = Option<unsafe extern "C" fn(impl_: dThreadingImplementationID, target_releasee: dCallReleaseeID, dependencies_count_change: ddependencychange_t)>;Aliased Type§
enum dThreadedCallDependenciesCountAlterFunction {
None,
Some(unsafe extern "C" fn(_: *mut dxThreadingImplementation, _: *mut dxCallReleasee, _: i64)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut dxThreadingImplementation, _: *mut dxCallReleasee, _: i64))
Some value of type T.