Type Alias VipsThreadpoolAllocateFn

Source
pub type VipsThreadpoolAllocateFn = Option<unsafe extern "C" fn(state: *mut VipsThreadState, a: *mut c_void, stop: *mut gboolean) -> c_int>;

Aliased Type§

enum VipsThreadpoolAllocateFn {
    None,
    Some(unsafe extern "C" fn(*mut _VipsThreadState, *mut c_void, *mut i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _VipsThreadState, *mut c_void, *mut i32) -> i32)

Some value of type T.