Expand description
§Basic implementation of a RefCell mutable memory location
With most essential info about it
Structs§
- MyRef
Cell - Required to wrap value T in UnsafeCell
- Ref
- Ref type as output for borrow method
- RefMut
- Ref type as output for borrow_mut method