Skip to main content
enum_hash
bevy_
reflect
0.19.0
In bevy_
reflect::
enums
bevy_reflect
::
enums
Function
enum_
hash
Copy item path
Source
pub fn enum_hash(value: &dyn
Enum
) ->
Option
<
u64
>
Expand description
Returns the
u64
hash of the given
enum
.