Type Alias PangoCairoShapeRendererFunc

Source
pub type PangoCairoShapeRendererFunc = Option<unsafe extern "C" fn(*mut cairo_t, *mut PangoAttrShape, gboolean, gpointer)>;

Aliased Type§

pub enum PangoCairoShapeRendererFunc {
    None,
    Some(unsafe extern "C" fn(*mut cairo_t, *mut PangoAttrShape, i32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut cairo_t, *mut PangoAttrShape, i32, *mut c_void))

Some value of type T.