LPALDOPPLERFACTOR

Type Alias LPALDOPPLERFACTOR 

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

Aliased Type§

pub 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.