Type Alias ZendRefcount

Source
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

Trait Implementations§

Source§

impl Debug for ZendRefcount

Source§

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

Formats the value using the given formatter. Read more