Tcl_WaitForEventProc

Type Alias Tcl_WaitForEventProc 

Source
pub type Tcl_WaitForEventProc = Option<unsafe extern "C" fn(timePtr: *const Tcl_Time) -> c_int>;

Aliased Type§

pub enum Tcl_WaitForEventProc {
    None,
    Some(unsafe extern "C" fn(*const Tcl_Time) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const Tcl_Time) -> i32)

Some value of type T.