al_sys

Type Alias LPALCOPENDEVICE

Source
pub type LPALCOPENDEVICE = Option<unsafe extern "C" fn(devicename: *const ALCchar) -> *mut ALCdevice>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.