Module syncunsafecell

Source
Expand description

A reimplementation of the currently unstable std::cell::SyncUnsafeCell

Structsยง

SyncUnsafeCell
UnsafeCell, but Sync.
UnsafeCell
The core primitive for interior mutability in Rust.