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