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
sourceimpl Clone for _zend_ast_znode
impl Clone for _zend_ast_znode
sourcefn clone(&self) -> _zend_ast_znode
fn clone(&self) -> _zend_ast_znode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for _zend_ast_znode
Auto Trait Implementations
impl RefUnwindSafe for _zend_ast_znode
impl !Send for _zend_ast_znode
impl !Sync for _zend_ast_znode
impl Unpin for _zend_ast_znode
impl UnwindSafe for _zend_ast_znode
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