al_sys

Type Alias LPALSOURCESTOP

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

Aliased Type§

enum LPALSOURCESTOP {
    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.