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

#[repr(C)]
pub struct Struct_Tcl_Value { pub _type: Tcl_ValueType, pub intValue: c_long, pub doubleValue: c_double, pub wideValue: Tcl_WideInt, }

Fields

Trait Implementations

impl Default for Struct_Tcl_Value
[src]

Returns the "default value" for a type. Read more