Type Alias VipsImageMapFn

Source
pub type VipsImageMapFn = Option<unsafe extern "C" fn(image: *mut VipsImage, name: *const c_char, value: *mut GValue, a: *mut c_void) -> *mut c_void>;

Aliased Type§

pub enum VipsImageMapFn {
    None,
    Some(unsafe extern "C" fn(*mut _VipsImage, *const i8, *mut _GValue, *mut c_void) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _VipsImage, *const i8, *mut _GValue, *mut c_void) -> *mut c_void)

Some value of type T.