Struct phper_sys::_zend_reference [−][src]
#[repr(C)]pub struct _zend_reference { pub gc: zend_refcounted_h, pub val: zval, pub sources: zend_property_info_source_list, }
Fields
gc: zend_refcounted_hval: zvalsources: zend_property_info_source_listTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_referenceimpl !Send for _zend_referenceimpl !Sync for _zend_referenceimpl Unpin for _zend_referenceimpl UnwindSafe for _zend_referenceBlanket Implementations
Mutably borrows from an owned value. Read more