FMOD_DSP_CALLBACK

Type Alias FMOD_DSP_CALLBACK 

Source
pub type FMOD_DSP_CALLBACK = Option<unsafe extern "C" fn(dsp: *mut FMOD_DSP, type_: FMOD_DSP_CALLBACK_TYPE, data: *mut c_void) -> FMOD_RESULT>;

Aliased Type§

pub enum FMOD_DSP_CALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut FMOD_DSP, u32, *mut c_void) -> FMOD_RESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut FMOD_DSP, u32, *mut c_void) -> FMOD_RESULT)

Some value of type T.