Type Alias zend_class_mutable_data

Source
pub type zend_class_mutable_data = _zend_class_mutable_data;

Aliased Type§

struct zend_class_mutable_data {
    pub default_properties_table: *mut _zval_struct,
    pub constants_table: *mut _zend_array,
    pub ce_flags: u32,
}

Fields§

§default_properties_table: *mut _zval_struct§constants_table: *mut _zend_array§ce_flags: u32

Trait Implementations

Source§

impl Clone for _zend_class_mutable_data

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for _zend_class_mutable_data

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for _zend_class_mutable_data

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for _zend_class_mutable_data