#[repr(C)]pub 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_HashEntry
Trait Implementations§
Source§impl Clone for Tcl_HashSearch
impl Clone for Tcl_HashSearch
Source§fn clone(&self) -> Tcl_HashSearch
fn clone(&self) -> Tcl_HashSearch
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Tcl_HashSearch
impl Debug for Tcl_HashSearch
impl Copy for Tcl_HashSearch
Auto Trait Implementations§
impl Freeze for Tcl_HashSearch
impl RefUnwindSafe for Tcl_HashSearch
impl !Send for Tcl_HashSearch
impl !Sync for Tcl_HashSearch
impl Unpin for Tcl_HashSearch
impl UnwindSafe for 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