Type Alias ext_php_rs::rc::ZendRefcount

source ·
pub type ZendRefcount = zend_refcounted_h;
Expand description

Object used to store Zend reference counter.

Aliased Type§

struct ZendRefcount {
    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 Debug for ZendRefcount

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more