#[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_info
§fcc: zend_fcall_info_cache
§zoh: zval
Trait Implementations§
source§impl Clone for _php_output_handler_user_func_t
impl Clone for _php_output_handler_user_func_t
source§fn clone(&self) -> _php_output_handler_user_func_t
fn clone(&self) -> _php_output_handler_user_func_t
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