Type Alias zend_ast

Source
pub type zend_ast = _zend_ast;

Aliased Type§

#[repr(C)]
pub struct zend_ast { pub kind: u16, pub attr: u16, pub lineno: u32, pub child: [*mut _zend_ast; 1], }

Fields§

§kind: u16§attr: u16§lineno: u32§child: [*mut _zend_ast; 1]