Crate rcmut

Source
Expand description

§RcMut

An unchecked shared mutability primitive.

RcMut provides unchecked shared mutability and ownership. It is extremely unsafe to use directly.

Structs§

ArcMut
A reference counted smart pointer with unrestricted mutability.
RcMut
A reference counted smart pointer with unrestricted mutability.