Type Alias VipsInterpolateMethod

Source
pub type VipsInterpolateMethod = Option<unsafe extern "C" fn(interpolate: *mut VipsInterpolate, out: *mut c_void, in_: *mut VipsRegion, x: f64, y: f64)>;

Aliased Type§

pub enum VipsInterpolateMethod {
    None,
    Some(unsafe extern "C" fn(*mut _VipsInterpolate, *mut c_void, *mut _VipsRegion, f64, f64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _VipsInterpolate, *mut c_void, *mut _VipsRegion, f64, f64))

Some value of type T.