Type Alias zend_object

Source
pub type zend_object = _zend_object;

Aliased Type§

#[repr(C)]
pub struct zend_object { pub ce: *mut _zend_class_entry, pub properties: *mut _hashtable, pub properties_table: *mut *mut _zval_struct, pub guards: *mut _hashtable, }

Fields§

§ce: *mut _zend_class_entry§properties: *mut _hashtable§properties_table: *mut *mut _zval_struct§guards: *mut _hashtable