[][src]Function qt_3d_core::q_hash_q_node_id_uint

pub unsafe fn q_hash_q_node_id_uint(
    id: impl CastInto<Ref<QNodeId>>,
    seed: c_uint
) -> c_uint

Returns hash of node with id and optional seed.

Calls C++ function: unsigned int Qt3DCore::qHash(Qt3DCore::QNodeId id, unsigned int seed = …).

C++ documentation:

Returns hash of node with id and optional seed.