Struct ext_php_rs::ffi::_zend_class_mutable_data
source · #[repr(C)]pub struct _zend_class_mutable_data {
pub default_properties_table: *mut zval,
pub constants_table: *mut HashTable,
pub ce_flags: u32,
pub backed_enum_table: *mut HashTable,
}
Fields§
§default_properties_table: *mut zval
§constants_table: *mut HashTable
§ce_flags: u32
§backed_enum_table: *mut HashTable
Trait Implementations§
source§impl Clone for _zend_class_mutable_data
impl Clone for _zend_class_mutable_data
source§fn clone(&self) -> _zend_class_mutable_data
fn clone(&self) -> _zend_class_mutable_data
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