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§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.