Type Alias gegl_sys::GeglLookupFunction

source ·
pub type GeglLookupFunction = Option<unsafe extern "C" fn(_: c_float, _: gpointer) -> c_float>;

Aliased Type§

enum GeglLookupFunction {
    None,
    Some(unsafe extern "C" fn(_: f32, _: *mut c_void) -> f32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: f32, _: *mut c_void) -> f32)

Some value of type T.