Module bevy_internal::utils::uuid
source · Expand description
Structs
- A Universally Unique Identifier (UUID).
Functions
- Generates a new UUID from the given UUIDs
a
andb
, where the bytes are generated by a bitwisea ^ b.rotate_right(1)
.