al_sys

Type Alias LPALSOURCEPLAY

Source
pub type LPALSOURCEPLAY = Option<extern "C" fn(source: ALuint)>;

Aliased Type§

enum LPALSOURCEPLAY {
    None,
    Some(extern "C" fn(_: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.