Type Alias Tcl_Value

Source
pub type Tcl_Value = Struct_Tcl_Value;

Aliased Type§

#[repr(C)]
pub struct Tcl_Value { pub _type: u32, pub intValue: i64, pub doubleValue: f64, pub wideValue: i64, }

Fields§

§_type: u32§intValue: i64§doubleValue: f64§wideValue: i64