Tk_ImageGetProc

Type Alias Tk_ImageGetProc 

Source
pub type Tk_ImageGetProc = Option<unsafe extern "C" fn(tkwin: Tk_Window, clientData: ClientData) -> ClientData>;

Aliased Type§

pub enum Tk_ImageGetProc {
    None,
    Some(unsafe extern "C" fn(*mut Tk_Window_, *mut c_void) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tk_Window_, *mut c_void) -> *mut c_void)

Some value of type T.