Type Alias Tcl_Token

Source
pub type Tcl_Token = Struct_Tcl_Token;

Aliased Type§

#[repr(C)]
pub struct Tcl_Token { pub _type: i32, pub start: *const i8, pub size: i32, pub numComponents: i32, }

Fields§

§_type: i32§start: *const i8§size: i32§numComponents: i32