al_sys

Type Alias LPALCGETERROR

Source
pub type LPALCGETERROR = Option<unsafe extern "C" fn(device: *mut ALCdevice) -> ALCenum>;

Aliased Type§

enum LPALCGETERROR {
    None,
    Some(unsafe extern "C" fn(_: *mut ALCdevice_struct) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ALCdevice_struct) -> i32)

Some value of type T.