plugppixGetPixelsFunc

Type Alias plugppixGetPixelsFunc 

Source
pub type plugppixGetPixelsFunc = Option<unsafe extern "C" fn(pix: PPixHand) -> *mut c_char>;

Aliased Type§

pub enum plugppixGetPixelsFunc {
    None,
    Some(unsafe extern "C" fn(*mut *mut PPix) -> *mut i8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *mut PPix) -> *mut i8)

Some value of type T.