al_sys

Type Alias LPALCCAPTURESTART

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.