#[repr(C)]pub struct _HashTableIterator {
    pub ht: *mut HashTable,
    pub pos: HashPosition,
    pub next_copy: u32,
}Fields§
§ht: *mut HashTable§pos: HashPosition§next_copy: u32Trait Implementations§
Source§impl Clone for _HashTableIterator
 
impl Clone for _HashTableIterator
Source§fn clone(&self) -> _HashTableIterator
 
fn clone(&self) -> _HashTableIterator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for _HashTableIterator
 
impl Debug for _HashTableIterator
impl Copy for _HashTableIterator
Auto Trait Implementations§
impl Freeze for _HashTableIterator
impl RefUnwindSafe for _HashTableIterator
impl !Send for _HashTableIterator
impl !Sync for _HashTableIterator
impl Unpin for _HashTableIterator
impl UnwindSafe for _HashTableIterator
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