Struct phper_sys::_zend_ast_zval
source · #[repr(C)]pub struct _zend_ast_zval {
pub kind: zend_ast_kind,
pub attr: zend_ast_attr,
pub val: zval,
}
Fields§
§kind: zend_ast_kind
§attr: zend_ast_attr
§val: zval
Trait Implementations§
source§impl Clone for _zend_ast_zval
impl Clone for _zend_ast_zval
source§fn clone(&self) -> _zend_ast_zval
fn clone(&self) -> _zend_ast_zval
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