Type Alias GCompletion

Source
pub type GCompletion = _GCompletion;

Aliased Type§

struct GCompletion {
    pub items: *mut _GList,
    pub func: Option<unsafe extern "C" fn(*mut c_void) -> *mut i8>,
    pub prefix: *mut i8,
    pub cache: *mut _GList,
    pub strncmp_func: Option<unsafe extern "C" fn(*const i8, *const i8, u32) -> i32>,
}

Fields§

§items: *mut _GList§func: Option<unsafe extern "C" fn(*mut c_void) -> *mut i8>§prefix: *mut i8§cache: *mut _GList§strncmp_func: Option<unsafe extern "C" fn(*const i8, *const i8, u32) -> i32>