Tk_ItemPointProc

Type Alias Tk_ItemPointProc 

Source
pub type Tk_ItemPointProc = Option<unsafe extern "C" fn(canvas: Tk_Canvas, itemPtr: *mut Tk_Item, pointPtr: *mut f64) -> f64>;

Aliased Type§

pub enum Tk_ItemPointProc {
    None,
    Some(unsafe extern "C" fn(*mut Tk_Canvas_, *mut Tk_Item, *mut f64) -> f64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tk_Canvas_, *mut Tk_Item, *mut f64) -> f64)

Some value of type T.