Struct phper_sys::_zend_property_info
source · #[repr(C)]pub struct _zend_property_info {
pub offset: u32,
pub flags: u32,
pub name: *mut zend_string,
pub doc_comment: *mut zend_string,
pub ce: *mut zend_class_entry,
pub type_: zend_type,
}
Fields§
§offset: u32
§flags: u32
§name: *mut zend_string
§doc_comment: *mut zend_string
§ce: *mut zend_class_entry
§type_: zend_type
Trait Implementations§
source§impl Clone for _zend_property_info
impl Clone for _zend_property_info
source§fn clone(&self) -> _zend_property_info
fn clone(&self) -> _zend_property_info
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