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