plugppixGetRowbytesFunc

Type Alias plugppixGetRowbytesFunc 

Source
pub type plugppixGetRowbytesFunc = Option<unsafe extern "C" fn(pix: PPixHand) -> c_int>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.