Type Alias Tcl_HashSearch

Source
pub type Tcl_HashSearch = Struct_Tcl_HashSearch;

Aliased Type§

#[repr(C)]
pub struct Tcl_HashSearch { pub tablePtr: *mut Struct_Tcl_HashTable, pub nextIndex: i32, pub nextEntryPtr: *mut Struct_Tcl_HashEntry, }

Fields§

§tablePtr: *mut Struct_Tcl_HashTable§nextIndex: i32§nextEntryPtr: *mut Struct_Tcl_HashEntry