Type Alias classicube_sys::LBackend_DrawHook

source ·
pub type LBackend_DrawHook = Option<unsafe extern "C" fn(ctx: *mut Context2D)>;

Aliased Type§

enum LBackend_DrawHook {
    None,
    Some(unsafe extern "C" fn(_: *mut Context2D)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut Context2D))

Some value of type T.