Tcl_DriverInputProc

Type Alias Tcl_DriverInputProc 

Source
pub type Tcl_DriverInputProc = Option<unsafe extern "C" fn(instanceData: ClientData, buf: *mut c_char, toRead: c_int, errorCodePtr: *mut c_int) -> c_int>;

Aliased Type§

pub enum Tcl_DriverInputProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut i8, i32, *mut i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.