Union phper_sys::zend_property_info_source_list [−][src]
#[repr(C)]
pub union zend_property_info_source_list {
pub ptr: *mut _zend_property_info,
pub list: usize,
// some fields omitted
}Fields
ptr: *mut _zend_property_infolist: usizeTrait Implementations
Auto Trait Implementations
impl !Send for zend_property_info_source_listimpl !Sync for zend_property_info_source_listimpl Unpin for zend_property_info_source_listimpl UnwindSafe for zend_property_info_source_listBlanket Implementations
Mutably borrows from an owned value. Read more