Tcl_LimitHandlerProc

Type Alias Tcl_LimitHandlerProc 

Source
pub type Tcl_LimitHandlerProc = Option<unsafe extern "C" fn(clientData: ClientData, interp: *mut Tcl_Interp)>;

Aliased Type§

pub enum Tcl_LimitHandlerProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut Tcl_Interp)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut Tcl_Interp))

Some value of type T.