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