Struct phper_sys::_zend_object
source · #[repr(C)]pub struct _zend_object {
pub gc: zend_refcounted_h,
pub handle: u32,
pub ce: *mut zend_class_entry,
pub handlers: *const zend_object_handlers,
pub properties: *mut HashTable,
pub properties_table: [zval; 1],
}
Fields§
§gc: zend_refcounted_h
§handle: u32
§ce: *mut zend_class_entry
§handlers: *const zend_object_handlers
§properties: *mut HashTable
§properties_table: [zval; 1]
Trait Implementations§
source§impl Clone for _zend_object
impl Clone for _zend_object
source§fn clone(&self) -> _zend_object
fn clone(&self) -> _zend_object
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