Type Alias Tcl_CreateFileHandlerProc

Source
pub type Tcl_CreateFileHandlerProc = Option<unsafe extern "C" fn(fd: c_int, mask: c_int, proc_: Tcl_FileProc, clientData: ClientData)>;

Aliased Type§

pub enum Tcl_CreateFileHandlerProc {
    None,
    Some(unsafe extern "C" fn(i32, i32, Option<unsafe extern "C" fn(*mut c_void, i32)>, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, i32, Option<unsafe extern "C" fn(*mut c_void, i32)>, *mut c_void))

Some value of type T.