Structs§
- A reference counted smart pointer with unrestricted mutability.
Functions§
- Retrieve the inner Rc as a mutable reference.
- Get a reference to the value.
- Get a mutable reference to the value.
- from⚠Retrieve the inner Rc as a reference.
- Create a new RcMut for a value.
Type Aliases§
- A reference counted smart pointer with unrestricted mutability.