pub type ZendRefcount = zend_refcounted_h;
Expand description
Object used to store Zend reference counter.
Aliased Type§
#[repr(C)]pub struct ZendRefcount {
pub refcount: u32,
pub u: _zend_refcounted_h__bindgen_ty_1,
}
Fields§
§refcount: u32
§u: _zend_refcounted_h__bindgen_ty_1