Type Alias zend_class_constant

Source
pub type zend_class_constant = _zend_class_constant;

Aliased Type§

#[repr(C)]
pub struct zend_class_constant { pub value: _zval_struct, pub doc_comment: *mut _zend_string, pub attributes: *mut _zend_array, pub ce: *mut _zend_class_entry, pub type_: zend_type, }

Fields§

§value: _zval_struct§doc_comment: *mut _zend_string§attributes: *mut _zend_array§ce: *mut _zend_class_entry§type_: zend_type

Trait Implementations

Source§

impl Clone for _zend_class_constant

Source§

fn clone(&self) -> _zend_class_constant

Returns a duplicate of the value. Read more
1.0.0 · Source§

const fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for _zend_class_constant

Source§

fn default() -> Self

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

impl Copy for _zend_class_constant