bevy_ecs
0.14.2
Module unsafe_world_cell
Structs
In bevy_ecs::world
?
Settings
Module
bevy_ecs
::
world
::
unsafe_world_cell
Copy item path
source
·
[
−
]
Expand description
Contains types that allow disjoint mutable access to a
World
.
Structs
§
UnsafeEntityCell
A interior-mutable reference to a particular
Entity
and all of its components
UnsafeWorldCell
Variant of the
World
where resource and component accesses take
&self
, and the responsibility to avoid aliasing violations are given to the caller instead of being checked at compile-time by rust’s unique XOR shared rule.