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