Struct ext_php_rs::ffi::_zend_ast_ref
source · #[repr(C)]pub struct _zend_ast_ref {
pub gc: zend_refcounted_h,
}
Fields§
§gc: zend_refcounted_h
Trait Implementations§
source§impl Clone for _zend_ast_ref
impl Clone for _zend_ast_ref
source§fn clone(&self) -> _zend_ast_ref
fn clone(&self) -> _zend_ast_ref
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more