[][src]Function qt_core::q_hash_schar

pub unsafe fn q_hash_schar(key: c_schar) -> c_uint

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

Calls C++ function: unsigned int qHash(signed char key).

C++ documentation:

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

This function was introduced in Qt 5.0.