#[repr(C)]pub struct Struct_Tcl_HashSearch {
pub tablePtr: *mut Tcl_HashTable,
pub nextIndex: c_int,
pub nextEntryPtr: *mut Tcl_HashEntry,
}Fields§
§tablePtr: *mut Tcl_HashTable§nextIndex: c_int§nextEntryPtr: *mut Tcl_HashEntryTrait Implementations§
Source§impl Default for Struct_Tcl_HashSearch
impl Default for Struct_Tcl_HashSearch
Source§fn default() -> Struct_Tcl_HashSearch
fn default() -> Struct_Tcl_HashSearch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_HashSearch
impl RefUnwindSafe for Struct_Tcl_HashSearch
impl !Send for Struct_Tcl_HashSearch
impl !Sync for Struct_Tcl_HashSearch
impl Unpin for Struct_Tcl_HashSearch
impl UnwindSafe for Struct_Tcl_HashSearch
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more