Type Definition ext_php_rs::rc::ZendRefcount

source ·
pub type ZendRefcount = zend_refcounted_h;
Expand description

Object used to store Zend reference counter.

Trait Implementations§

source§

impl Debug for ZendRefcount

source§

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

Formats the value using the given formatter. Read more