al_sys

Type Alias LPALDOPPLERFACTOR

Source
pub type LPALDOPPLERFACTOR = Option<extern "C" fn(value: ALfloat)>;

Aliased Type§

enum LPALDOPPLERFACTOR {
    None,
    Some(extern "C" fn(_: f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(_: f32))

Some value of type T.