Struct phper_sys::_zend_hash_key [−][src]
#[repr(C)]pub struct _zend_hash_key { pub h: zend_ulong, pub key: *mut zend_string, }
Fields
h: zend_ulongkey: *mut zend_stringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_hash_keyimpl !Send for _zend_hash_keyimpl !Sync for _zend_hash_keyimpl Unpin for _zend_hash_keyimpl UnwindSafe for _zend_hash_keyBlanket Implementations
Mutably borrows from an owned value. Read more