al_sys

Type Alias LPALCGETCURRENTCONTEXT

Source
pub type LPALCGETCURRENTCONTEXT = Option<extern "C" fn() -> *mut ALCcontext>;

Aliased Type§

enum LPALCGETCURRENTCONTEXT {
    None,
    Some(extern "C" fn() -> *mut ALCcontext_struct),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn() -> *mut ALCcontext_struct)

Some value of type T.