pub type Tcl_Obj = Struct_Tcl_Obj;Aliased Type§
#[repr(C)]pub struct Tcl_Obj {
pub refCount: i32,
pub bytes: *mut i8,
pub length: i32,
pub typePtr: *const Struct_Tcl_ObjType,
pub internalRep: Union_Unnamed3,
}Fields§
§refCount: i32§bytes: *mut i8§length: i32§typePtr: *const Struct_Tcl_ObjType§internalRep: Union_Unnamed3