LPALCCAPTURESTART

Type Alias LPALCCAPTURESTART 

Source
pub type LPALCCAPTURESTART = Option<unsafe extern "C" fn(device: *mut ALCdevice)>;

Aliased Type§

pub enum LPALCCAPTURESTART {
    None,
    Some(unsafe extern "C" fn(*mut ALCdevice)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ALCdevice))

Some value of type T.