Expand description
Shareable mutable containers.
Structsยง
- Cell
- A checked version of
std::cell::Cell
, implemented on top ofloom::cell::UnsafeCell
. - Const
Ptr - A checked immutable raw pointer to an
UnsafeCell
. - MutPtr
- A checked mutable raw pointer to an
UnsafeCell
. - Unsafe
Cell - A checked version of
std::cell::UnsafeCell
.