Struct phper_sys::_zend_refcounted
source · #[repr(C)]pub struct _zend_refcounted {
pub gc: zend_refcounted_h,
}
Fields§
§gc: zend_refcounted_h
Trait Implementations§
source§impl Clone for _zend_refcounted
impl Clone for _zend_refcounted
source§fn clone(&self) -> _zend_refcounted
fn clone(&self) -> _zend_refcounted
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