Module shadow_shim_helper_rs::rootedcell::refcell
source · Structs§
- 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.