Struct ext_php_rs::ffi::_zend_class_arrayaccess_funcs
source · #[repr(C)]pub struct _zend_class_arrayaccess_funcs {
pub zf_offsetget: *mut zend_function,
pub zf_offsetexists: *mut zend_function,
pub zf_offsetset: *mut zend_function,
pub zf_offsetunset: *mut zend_function,
}
Fields§
§zf_offsetget: *mut zend_function
§zf_offsetexists: *mut zend_function
§zf_offsetset: *mut zend_function
§zf_offsetunset: *mut zend_function
Trait Implementations§
source§impl Clone for _zend_class_arrayaccess_funcs
impl Clone for _zend_class_arrayaccess_funcs
source§fn clone(&self) -> _zend_class_arrayaccess_funcs
fn clone(&self) -> _zend_class_arrayaccess_funcs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more