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