Struct ext_php_rs::ffi::_HashTableIterator
source · #[repr(C)]pub struct _HashTableIterator {
pub ht: *mut HashTable,
pub pos: HashPosition,
}Fields§
§ht: *mut HashTable§pos: HashPositionTrait Implementations§
source§impl Clone for _HashTableIterator
impl Clone for _HashTableIterator
source§fn clone(&self) -> _HashTableIterator
fn clone(&self) -> _HashTableIterator
Returns a copy 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 more