LPALSPEEDOFSOUND

Type Alias LPALSPEEDOFSOUND 

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

Aliased Type§

pub enum LPALSPEEDOFSOUND {
    None,
    Some(unsafe extern "C" fn(f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(f32))

Some value of type T.