Struct phper_sys::_zend_ast_list
source · #[repr(C)]pub struct _zend_ast_list {
pub kind: zend_ast_kind,
pub attr: zend_ast_attr,
pub lineno: u32,
pub children: u32,
pub child: [*mut zend_ast; 1],
}Fields§
§kind: zend_ast_kind§attr: zend_ast_attr§lineno: u32§children: u32§child: [*mut zend_ast; 1]Trait Implementations§
source§impl Clone for _zend_ast_list
impl Clone for _zend_ast_list
source§fn clone(&self) -> _zend_ast_list
fn clone(&self) -> _zend_ast_list
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