Tk_ImageFileReadProc

Type Alias Tk_ImageFileReadProc 

Source
pub type Tk_ImageFileReadProc = Option<unsafe extern "C" fn(interp: *mut Tcl_Interp, chan: Tcl_Channel, fileName: *const c_char, 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_ImageFileReadProc {
    None,
    Some(unsafe extern "C" fn(*mut Tcl_Interp, *mut Tcl_Channel_, *const i8, *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_Channel_, *const i8, *mut Tcl_Obj, *mut c_void, i32, i32, i32, i32, i32, i32) -> i32)

Some value of type T.