LPALEFFECTIV

Type Alias LPALEFFECTIV 

Source
pub type LPALEFFECTIV = Option<unsafe extern "C" fn(arg1: ALuint, arg2: ALenum, arg3: *const ALint)>;

Aliased Type§

pub enum LPALEFFECTIV {
    None,
    Some(unsafe extern "C" fn(u32, i32, *const i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, i32, *const i32))

Some value of type T.