#[repr(C)]pub struct _zend_ast {
pub kind: zend_ast_kind,
pub attr: zend_ast_attr,
pub lineno: u32,
pub child: [*mut zend_ast; 1],
}Fields
kind: zend_ast_kindattr: zend_ast_attrlineno: u32child: [*mut zend_ast; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_ast
impl !Send for _zend_ast
impl !Sync for _zend_ast
impl Unpin for _zend_ast
impl UnwindSafe for _zend_ast
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more