Type Alias phper_sys::zend_user_iterator

source ·
pub type zend_user_iterator = _zend_user_iterator;

Aliased Type§

struct zend_user_iterator {
    pub it: _zend_object_iterator,
    pub ce: *mut _zend_class_entry,
    pub value: _zval_struct,
}

Fields§

§it: _zend_object_iterator§ce: *mut _zend_class_entry§value: _zval_struct

Trait Implementations

source§

impl Clone for _zend_user_iterator

source§

fn clone(&self) -> _zend_user_iterator

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for _zend_user_iterator

source§

impl Default for _zend_user_iterator

source§

fn default() -> Self

Returns the “default value” for a type. Read more