Tk_ImageStringReadProc

Type Alias Tk_ImageStringReadProc 

Source
pub type Tk_ImageStringReadProc = Option<unsafe extern "C" fn(interp: *mut Tcl_Interp, dataObj: *mut Tcl_Obj, format: *mut Tcl_Obj, imageHandle: Tk_PhotoHandle, destX: c_int, destY: c_int, width: c_int, height: c_int, srcX: c_int, srcY: c_int) -> c_int>;

Aliased Type§

pub enum Tk_ImageStringReadProc {
    None,
    Some(unsafe extern "C" fn(*mut Tcl_Interp, *mut Tcl_Obj, *mut Tcl_Obj, *mut c_void, i32, i32, i32, i32, i32, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tcl_Interp, *mut Tcl_Obj, *mut Tcl_Obj, *mut c_void, i32, i32, i32, i32, i32, i32) -> i32)

Some value of type T.