al_sys

Type Alias LPALGETFLOAT

Source
pub type LPALGETFLOAT = Option<extern "C" fn(param: ALenum) -> ALfloat>;

Aliased Type§

enum LPALGETFLOAT {
    None,
    Some(extern "C" fn(_: i32) -> f32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(_: i32) -> f32)

Some value of type T.