shadow_
shim_
helper_
rs
0.0.0
Module cell
Structs
In shadow_
shim_
helper_
rs::
rootedcell
Module
shadow_shim_helper_rs
::
rootedcell
::
cell
Copy item path
source
·
[
−
]
Structs
§
Rooted
Cell
Analagous to
std::cell::Cell
. In particular like
std::cell::Cell
, it doesn’t perform any atomic operations internally, making it relatively inexpensive.