Type Alias zend_ast

Source
pub type zend_ast = _zend_ast;

Aliased Type§

#[repr(C)]
pub struct zend_ast { pub kind: u16, pub children: u16, pub u: _zend_ast__bindgen_ty_1, }

Fields§

§kind: u16§children: u16§u: _zend_ast__bindgen_ty_1