Tk_DrawElementProc

Type Alias Tk_DrawElementProc 

Source
pub type Tk_DrawElementProc = Option<unsafe extern "C" fn(clientData: ClientData, recordPtr: *mut c_char, optionsPtr: *mut *const Tk_OptionSpec, tkwin: Tk_Window, d: Drawable, x: c_int, y: c_int, width: c_int, height: c_int, state: c_int)>;

Aliased Type§

pub enum Tk_DrawElementProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut i8, *mut *const Tk_OptionSpec, *mut Tk_Window_, u64, i32, i32, i32, i32, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut i8, *mut *const Tk_OptionSpec, *mut Tk_Window_, u64, i32, i32, i32, i32, i32))

Some value of type T.