Module bevy_internal::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.