#[repr(C)]
pub struct _zend_object_handlers {
Show 29 fields pub offset: c_int, pub free_obj: zend_object_free_obj_t, pub dtor_obj: zend_object_dtor_obj_t, pub clone_obj: zend_object_clone_obj_t, pub read_property: zend_object_read_property_t, pub write_property: zend_object_write_property_t, pub read_dimension: zend_object_read_dimension_t, pub write_dimension: zend_object_write_dimension_t, pub get_property_ptr_ptr: zend_object_get_property_ptr_ptr_t, pub get: zend_object_get_t, pub set: zend_object_set_t, pub has_property: zend_object_has_property_t, pub unset_property: zend_object_unset_property_t, pub has_dimension: zend_object_has_dimension_t, pub unset_dimension: zend_object_unset_dimension_t, pub get_properties: zend_object_get_properties_t, pub get_method: zend_object_get_method_t, pub call_method: zend_object_call_method_t, pub get_constructor: zend_object_get_constructor_t, pub get_class_name: zend_object_get_class_name_t, pub compare_objects: zend_object_compare_t, pub cast_object: zend_object_cast_t, pub count_elements: zend_object_count_elements_t, pub get_debug_info: zend_object_get_debug_info_t, pub get_closure: zend_object_get_closure_t, pub get_gc: zend_object_get_gc_t, pub do_operation: zend_object_do_operation_t, pub compare: zend_object_compare_zvals_t, pub get_properties_for: zend_object_get_properties_for_t,
}

Fields§

§offset: c_int§free_obj: zend_object_free_obj_t§dtor_obj: zend_object_dtor_obj_t§clone_obj: zend_object_clone_obj_t§read_property: zend_object_read_property_t§write_property: zend_object_write_property_t§read_dimension: zend_object_read_dimension_t§write_dimension: zend_object_write_dimension_t§get_property_ptr_ptr: zend_object_get_property_ptr_ptr_t§get: zend_object_get_t§set: zend_object_set_t§has_property: zend_object_has_property_t§unset_property: zend_object_unset_property_t§has_dimension: zend_object_has_dimension_t§unset_dimension: zend_object_unset_dimension_t§get_properties: zend_object_get_properties_t§get_method: zend_object_get_method_t§call_method: zend_object_call_method_t§get_constructor: zend_object_get_constructor_t§get_class_name: zend_object_get_class_name_t§compare_objects: zend_object_compare_t§cast_object: zend_object_cast_t§count_elements: zend_object_count_elements_t§get_debug_info: zend_object_get_debug_info_t§get_closure: zend_object_get_closure_t§get_gc: zend_object_get_gc_t§do_operation: zend_object_do_operation_t§compare: zend_object_compare_zvals_t§get_properties_for: zend_object_get_properties_for_t

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.