shadow_
shim_
helper_
rs
0.0.0
Module refcell
Module Items
Structs
In shadow_
shim_
helper_
rs::
rootedcell
shadow_shim_helper_rs
::
rootedcell
Module
refcell
Copy item path
source
Structs
§
Rooted
RefCell
Analagous to
std::cell::RefCell
. In particular like
std::cell::RefCell
and unlike
std::sync::Mutex
, it doesn’t perform any atomic operations internally, making it relatively inexpensive.
Rooted
RefCell
Ref
Rooted
RefCell
RefMut