#[repr(C)]
pub union zend_property_info_source_list {
pub ptr: *mut _zend_property_info,
pub list: usize,
}
Fields§
§ptr: *mut _zend_property_info
§list: usize
Trait Implementations§
source§impl Clone for zend_property_info_source_list
impl Clone for zend_property_info_source_list
source§fn clone(&self) -> zend_property_info_source_list
fn clone(&self) -> zend_property_info_source_list
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