Struct phper_sys::_zend_fcall_info_cache
source · #[repr(C)]pub struct _zend_fcall_info_cache {
pub function_handler: *mut zend_function,
pub calling_scope: *mut zend_class_entry,
pub called_scope: *mut zend_class_entry,
pub object: *mut zend_object,
}
Fields§
§function_handler: *mut zend_function
§calling_scope: *mut zend_class_entry
§called_scope: *mut zend_class_entry
§object: *mut zend_object
Trait Implementations§
source§impl Clone for _zend_fcall_info_cache
impl Clone for _zend_fcall_info_cache
source§fn clone(&self) -> _zend_fcall_info_cache
fn clone(&self) -> _zend_fcall_info_cache
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