FPtr_gctx_cursor

Type Alias FPtr_gctx_cursor 

Source
pub type FPtr_gctx_cursor = Option<unsafe extern "C" fn(arg1: enum_t, arg2: *const Image, arg3: real32_t, arg4: real32_t) -> *mut Cursor>;

Aliased Type§

pub enum FPtr_gctx_cursor {
    None,
    Some(unsafe extern "C" fn(i32, *const _image_t, f32, f32) -> *mut _ccursor_t),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *const _image_t, f32, f32) -> *mut _ccursor_t)

Some value of type T.