Type Alias FMOD_SOUND_PCMSETPOS_CALLBACK

Source
pub type FMOD_SOUND_PCMSETPOS_CALLBACK = Option<unsafe extern "C" fn(sound: *mut FMOD_SOUND, subsound: c_int, position: c_uint, postype: FMOD_TIMEUNIT) -> FMOD_RESULT>;

Aliased Type§

enum FMOD_SOUND_PCMSETPOS_CALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut FMOD_SOUND, i32, u32, u32) -> FMOD_RESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut FMOD_SOUND, i32, u32, u32) -> FMOD_RESULT)

Some value of type T.