Type Alias PR_StrokePolyFunc

Source
pub type PR_StrokePolyFunc = Option<unsafe extern "C" fn(nptsL: A_long, ptsA: *mut A_FloatPoint)>;

Aliased Type§

pub enum PR_StrokePolyFunc {
    None,
    Some(unsafe extern "C" fn(i32, *mut A_FloatPoint)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *mut A_FloatPoint))

Some value of type T.