[][src]Function qt_widgets::q_hash_q_hash_of_int_q_item_editor_creator_base_uint

pub unsafe fn q_hash_q_hash_of_int_q_item_editor_creator_base_uint(
    key: impl CastInto<Ref<QHashOfIntQItemEditorCreatorBase>>,
    seed: c_uint
) -> c_uint

Returns the hash value for the key, using seed to seed the calculation.

Calls C++ function: unsigned int qHash(const QHash<int, QItemEditorCreatorBase*>& key, unsigned int seed = …).

C++ documentation:

Returns the hash value for the key, using seed to seed the calculation.

Type T must be supported by qHash().

This function was introduced in Qt 5.8.