Type Alias phper_sys::zend_constant
source · pub type zend_constant = _zend_constant;
Aliased Type§
struct zend_constant {
pub value: _zval_struct,
pub name: *mut _zend_string,
}
Fields§
§value: _zval_struct
§name: *mut _zend_string
Trait Implementations
source§impl Clone for _zend_constant
impl Clone for _zend_constant
source§fn clone(&self) -> _zend_constant
fn clone(&self) -> _zend_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