Struct phper_sys::_HashTableIterator [−][src]
#[repr(C)]pub struct _HashTableIterator { pub ht: *mut HashTable, pub pos: HashPosition, }
Fields
ht: *mut HashTablepos: HashPositionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _HashTableIteratorimpl !Send for _HashTableIteratorimpl !Sync for _HashTableIteratorimpl Unpin for _HashTableIteratorimpl UnwindSafe for _HashTableIteratorBlanket Implementations
Mutably borrows from an owned value. Read more