plugppixGetBoundsFunc

Type Alias plugppixGetBoundsFunc 

Source
pub type plugppixGetBoundsFunc = Option<unsafe extern "C" fn(pix: PPixHand, bounds: *mut prRect)>;

Aliased Type§

pub enum plugppixGetBoundsFunc {
    None,
    Some(unsafe extern "C" fn(*mut *mut PPix, *mut prRect)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *mut PPix, *mut prRect))

Some value of type T.