al_sys

Type Alias LPALCGETCONTEXTSDEVICE

Source
pub type LPALCGETCONTEXTSDEVICE = Option<unsafe extern "C" fn(context: *mut ALCcontext) -> *mut ALCdevice>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.