Struct phper_sys::_zend_object [−][src]
#[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_hhandle: u32ce: *mut zend_class_entryhandlers: *const zend_object_handlersproperties: *mut HashTableproperties_table: [zval; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_objectimpl !Send for _zend_objectimpl !Sync for _zend_objectimpl Unpin for _zend_objectimpl UnwindSafe for _zend_objectBlanket Implementations
Mutably borrows from an owned value. Read more