Type Alias HashTableIterator

Source
pub type HashTableIterator = _HashTableIterator;

Aliased Type§

#[repr(C)]
pub struct HashTableIterator { pub ht: *mut _zend_array, pub pos: u32, pub next_copy: u32, }

Fields§

§ht: *mut _zend_array§pos: u32§next_copy: u32