al_sys

Type Alias LPALCGETINTEGERV

Source
pub type LPALCGETINTEGERV = Option<unsafe extern "C" fn(device: *mut ALCdevice, param: ALCenum, size: ALCsizei, values: *mut ALCint)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.