Type Alias rusty_spine::c::spAnimationStateListener

source ·
pub type spAnimationStateListener = Option<unsafe extern "C" fn(_: *mut spAnimationState, _: spEventType, _: *mut spTrackEntry, _: *mut spEvent)>;

Aliased Type§

enum spAnimationStateListener {
    None,
    Some(unsafe extern "C" fn(_: *mut spAnimationState, _: u32, _: *mut spTrackEntry, _: *mut spEvent)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut spAnimationState, _: u32, _: *mut spTrackEntry, _: *mut spEvent))

Some value of type T.