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.
pub fn hash_as_bytes<T: Sized, H: Hasher>(value: &T, hasher: &mut H)Performs hashing of a sized value by interpreting it as raw memory.