Struct phper_sys::zend_property_info_list
source · #[repr(C)]pub struct zend_property_info_list {
pub num: usize,
pub num_allocated: usize,
pub ptr: [*mut _zend_property_info; 1],
}
Fields§
§num: usize
§num_allocated: usize
§ptr: [*mut _zend_property_info; 1]
Trait Implementations§
source§impl Clone for zend_property_info_list
impl Clone for zend_property_info_list
source§fn clone(&self) -> zend_property_info_list
fn clone(&self) -> zend_property_info_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