[][src]Function qt_widgets::q_hash_q_size_policy_uint

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

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

Calls C++ function: unsigned int qHash(QSizePolicy key, unsigned int seed = …).

C++ documentation:

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

This function was introduced in Qt 5.6.