Module cell
shadow_
shim_
helper_
rs
0.0.0
Module cell
Module Items
Structs
In shadow_
shim_
helper_
rs::
rootedcell
Modules
cell
rc
refcell
Structs
Root
Tag
shadow_shim_helper_rs
::
rootedcell
Module
cell
Copy item path
Settings
Help
Summary
Source
Structs
§
Rooted
Cell
Analagous to
core::cell::Cell
. In particular like
core::cell::Cell
, it doesn’t perform any atomic operations internally, making it relatively inexpensive.