Struct rust_tcl_sys::tcl::Struct_Tcl_Value [-] [+] [src]

pub struct Struct_Tcl_Value {
    pub _type: Tcl_ValueType,
    pub intValue: c_long,
    pub doubleValue: c_double,
    pub wideValue: Tcl_WideInt,
}

Fields

_type
intValue
doubleValue
wideValue

Trait Implementations

impl Default for Struct_Tcl_Value

fn default() -> Struct_Tcl_Value