Struct rust_tcl_sys::tcl::Struct_Tcl_DString [] [src]

#[repr(C)]
pub struct Struct_Tcl_DString { pub string: *mut c_char, pub length: c_int, pub spaceAvl: c_int, pub staticSpace: [c_char; 200], }

Fields

Trait Implementations

impl Default for Struct_Tcl_DString
[src]

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