GeglLookupFunction

Type Alias GeglLookupFunction 

Source
pub type GeglLookupFunction = Option<unsafe extern "C" fn(c_float, gpointer) -> c_float>;

Aliased Type§

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