Struct ext_php_rs::ffi::_zend_refcounted_h
source · #[repr(C)]pub struct _zend_refcounted_h {
pub refcount: u32,
pub u: _zend_refcounted_h__bindgen_ty_1,
}
Fields§
§refcount: u32
§u: _zend_refcounted_h__bindgen_ty_1
Trait Implementations§
source§impl Clone for _zend_refcounted_h
impl Clone for _zend_refcounted_h
source§fn clone(&self) -> _zend_refcounted_h
fn clone(&self) -> _zend_refcounted_h
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