Function fyrox_core::hash_as_bytes

source ·
pub fn hash_as_bytes<T: Sized, H: Hasher>(value: &T, hasher: &mut H)
Expand description

Performs hashing of a sized value by interpreting it as raw memory.