Type Alias Tcl_Config

Source
pub type Tcl_Config = Struct_Tcl_Config;

Aliased Type§

#[repr(C)]
pub struct Tcl_Config { pub key: *const i8, pub value: *const i8, }

Fields§

§key: *const i8§value: *const i8