Tcl_CommandTraceProc

Type Alias Tcl_CommandTraceProc 

Source
pub type Tcl_CommandTraceProc = Option<unsafe extern "C" fn(clientData: ClientData, interp: *mut Tcl_Interp, oldName: *const c_char, newName: *const c_char, flags: c_int)>;

Aliased Type§

pub enum Tcl_CommandTraceProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut Tcl_Interp, *const i8, *const i8, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.