Type Alias gidispatch_function_t

Source
pub type gidispatch_function_t = gidispatch_function_struct;

Aliased Type§

struct gidispatch_function_t {
    pub id: u32,
    pub fnptr: *mut c_void,
    pub name: *mut i8,
}

Fields§

§id: u32§fnptr: *mut c_void§name: *mut i8