#[repr(C)]
pub union _php_output_handler__bindgen_ty_1 {
pub user: *mut php_output_handler_user_func_t,
pub internal: php_output_handler_context_func_t,
}Fields§
§user:*mut php_output_handler_user_func_t
§
internal:php_output_handler_context_func_t
Trait Implementations§
source§impl Clone for _php_output_handler__bindgen_ty_1
impl Clone for _php_output_handler__bindgen_ty_1
source§fn clone(&self) -> _php_output_handler__bindgen_ty_1
fn clone(&self) -> _php_output_handler__bindgen_ty_1
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