Struct phper_sys::_php_output_handler_user_func_t [−][src]
#[repr(C)]pub struct _php_output_handler_user_func_t { pub fci: zend_fcall_info, pub fcc: zend_fcall_info_cache, pub zoh: zval, }
Fields
fci: zend_fcall_infofcc: zend_fcall_info_cachezoh: zvalTrait Implementations
Auto Trait Implementations
impl !Send for _php_output_handler_user_func_timpl !Sync for _php_output_handler_user_func_timpl Unpin for _php_output_handler_user_func_tBlanket Implementations
Mutably borrows from an owned value. Read more