al_sys

Type Alias LPALGETFLOATV

Source
pub type LPALGETFLOATV = Option<unsafe extern "C" fn(param: ALenum, values: *mut ALfloat)>;

Aliased Type§

enum LPALGETFLOATV {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *mut f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: *mut f32))

Some value of type T.