Type Alias Gfx_FillIBFunc

Source
pub type Gfx_FillIBFunc = Option<unsafe extern "C" fn(indices: *mut cc_uint16, count: c_int, obj: *mut c_void)>;

Aliased Type§

enum Gfx_FillIBFunc {
    None,
    Some(unsafe extern "C" fn(*mut u16, i32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.