Struct phper_sys::_zend_class_constant
source · #[repr(C)]pub struct _zend_class_constant {
pub value: zval,
pub doc_comment: *mut zend_string,
pub attributes: *mut HashTable,
pub ce: *mut zend_class_entry,
}Fields§
§value: zval§doc_comment: *mut zend_string§attributes: *mut HashTable§ce: *mut zend_class_entryTrait Implementations§
source§impl Clone for _zend_class_constant
impl Clone for _zend_class_constant
source§fn clone(&self) -> _zend_class_constant
fn clone(&self) -> _zend_class_constant
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