al_sys

Type Alias LPALCGETENUMVALUE

Source
pub type LPALCGETENUMVALUE = Option<unsafe extern "C" fn(device: *mut ALCdevice, enumname: *const ALCchar) -> ALCenum>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.