Struct phper_sys::_zend_object_iterator
source · #[repr(C)]pub struct _zend_object_iterator {
pub std: zend_object,
pub data: zval,
pub funcs: *const zend_object_iterator_funcs,
pub index: zend_ulong,
}
Fields§
§std: zend_object
§data: zval
§funcs: *const zend_object_iterator_funcs
§index: zend_ulong
Trait Implementations§
source§impl Clone for _zend_object_iterator
impl Clone for _zend_object_iterator
source§fn clone(&self) -> _zend_object_iterator
fn clone(&self) -> _zend_object_iterator
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