Type Alias ext_php_rs::ffi::HashTableIterator

source ·
pub type HashTableIterator = _HashTableIterator;

Aliased Type§

struct HashTableIterator {
    pub ht: *mut _zend_array,
    pub pos: u32,
    pub next_copy: u32,
}

Fields§

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