Struct rust_tcl_sys::tcl::Struct_Tcl_HashSearch [] [src]

#[repr(C)]
pub struct Struct_Tcl_HashSearch { pub tablePtr: *mut Tcl_HashTable, pub nextIndex: c_int, pub nextEntryPtr: *mut Tcl_HashEntry, }

Fields

Trait Implementations

impl Default for Struct_Tcl_HashSearch
[src]

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