Type Definition ext_php_rs::ffi::zend_string
source · pub type zend_string = _zend_string;
Trait Implementations§
source§impl PhpRc for zend_string
impl PhpRc for zend_string
source§fn get_rc(&self) -> &ZendRefcount
fn get_rc(&self) -> &ZendRefcount
Returns an immutable reference to the corresponding refcount object.
source§fn get_rc_mut(&mut self) -> &mut ZendRefcount
fn get_rc_mut(&mut self) -> &mut ZendRefcount
Returns a mutable reference to the corresponding refcount object.