LPALGETFLOATV

Type Alias LPALGETFLOATV 

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

Aliased Type§

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