Tcl_FreeInternalRepProc

Type Alias Tcl_FreeInternalRepProc 

Source
pub type Tcl_FreeInternalRepProc = Option<unsafe extern "C" fn(objPtr: *mut Tcl_Obj)>;

Aliased Type§

pub enum Tcl_FreeInternalRepProc {
    None,
    Some(unsafe extern "C" fn(*mut Tcl_Obj)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tcl_Obj))

Some value of type T.