Module bevy_utils::syncunsafecell
source · Expand description
A reimplementation of the currently unstable std::cell::SyncUnsafeCell
Structs§
UnsafeCell
, butSync
.- The core primitive for interior mutability in Rust.
A reimplementation of the currently unstable std::cell::SyncUnsafeCell
UnsafeCell
, but Sync
.