Tcl_TcpAcceptProc

Type Alias Tcl_TcpAcceptProc 

Source
pub type Tcl_TcpAcceptProc = Option<unsafe extern "C" fn(callbackData: ClientData, chan: Tcl_Channel, address: *mut c_char, port: c_int)>;

Aliased Type§

pub enum Tcl_TcpAcceptProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut Tcl_Channel_, *mut i8, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.