Struct phper_sys::_Bucket [−][src]
#[repr(C)]pub struct _Bucket { pub val: zval, pub h: zend_ulong, pub key: *mut zend_string, }
Fields
val: zvalh: zend_ulongkey: *mut zend_stringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _Bucketimpl UnwindSafe for _BucketBlanket Implementations
Mutably borrows from an owned value. Read more