#[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_kind§attr: zend_ast_attr§lineno: u32§child: [*mut zend_ast; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for _zend_ast
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more