Type Alias phper_sys::zend_fiber
source · pub type zend_fiber = _zend_fiber;
Aliased Type§
struct zend_fiber {
pub std: _zend_object,
pub flags: u8,
pub context: _zend_fiber_context,
pub caller: *mut _zend_fiber_context,
pub previous: *mut _zend_fiber_context,
pub fci: _zend_fcall_info,
pub fci_cache: _zend_fcall_info_cache,
pub execute_data: *mut _zend_execute_data,
pub stack_bottom: *mut _zend_execute_data,
pub result: _zval_struct,
}
Fields§
§std: _zend_object
§flags: u8
§context: _zend_fiber_context
§caller: *mut _zend_fiber_context
§previous: *mut _zend_fiber_context
§fci: _zend_fcall_info
§fci_cache: _zend_fcall_info_cache
§execute_data: *mut _zend_execute_data
§stack_bottom: *mut _zend_execute_data
§result: _zval_struct