Module bevy_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)
.
a
and b
,
where the bytes are generated by a bitwise a ^ b.rotate_right(1)
.