Struct phper_sys::_zend_fcall_info [−][src]
#[repr(C)]pub struct _zend_fcall_info { pub size: usize, pub function_name: zval, pub retval: *mut zval, pub params: *mut zval, pub object: *mut zend_object, pub no_separation: zend_bool, pub param_count: u32, }
Fields
size: usizefunction_name: zvalretval: *mut zvalparams: *mut zvalobject: *mut zend_objectno_separation: zend_boolparam_count: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_fcall_infoimpl !Send for _zend_fcall_infoimpl !Sync for _zend_fcall_infoimpl Unpin for _zend_fcall_infoimpl UnwindSafe for _zend_fcall_infoBlanket Implementations
Mutably borrows from an owned value. Read more