plugppixGetAlphaBounds

Type Alias plugppixGetAlphaBounds 

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

Aliased Type§

pub enum plugppixGetAlphaBounds {
    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.