Struct phper_sys::zend_type_list
source · #[repr(C)]pub struct zend_type_list {
pub num_types: u32,
pub types: [zend_type; 1],
}Fields§
§num_types: u32§types: [zend_type; 1]Trait Implementations§
source§impl Clone for zend_type_list
impl Clone for zend_type_list
source§fn clone(&self) -> zend_type_list
fn clone(&self) -> zend_type_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