Skip to main content

LPALCGETINTEGERV

Type Alias LPALCGETINTEGERV 

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

Aliased Type§

pub 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.