Struct phper_sys::_zend_hash_key
source · #[repr(C)]pub struct _zend_hash_key {
pub h: zend_ulong,
pub key: *mut zend_string,
}
Fields§
§h: zend_ulong
§key: *mut zend_string
Trait Implementations§
source§impl Clone for _zend_hash_key
impl Clone for _zend_hash_key
source§fn clone(&self) -> _zend_hash_key
fn clone(&self) -> _zend_hash_key
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