Type Alias phper_sys::zend_hash_key
source · pub type zend_hash_key = _zend_hash_key;Aliased Type§
struct zend_hash_key {
pub h: u32,
pub key: *mut _zend_string,
}Fields§
§h: u32§key: *mut _zend_stringpub type zend_hash_key = _zend_hash_key;struct zend_hash_key {
pub h: u32,
pub key: *mut _zend_string,
}h: u32§key: *mut _zend_string