A container with interior mutability for Copy types.
struct CopyCell<T>
where T: Copy,
{
/* private fields */
}| Name | Description |
|---|---|
| new | Creates a new |
| Receiver | Name | Description |
|---|---|---|
&self | get | Returns a copy of the contained data. |
&self | set | Modifies the contained data. |