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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut dxThreadingImplementation, _: *mut dxMutexGroup))

Some value of type T.