Module rcmut

Source

Structs§

Array

Functions§

array_object_from_box
array_object_from_rc
as_rc
as_rc_mut
Retrieve the inner Rc as a mutable reference.
borrow
Get a reference to the value.
borrow_mut
Get a mutable reference to the value.
downcast
from
Retrieve the inner Rc as a reference.
from_rc
new
Create a new RcMut for a value.
to_rc

Type Aliases§

RcMut
A reference counted smart pointer with unrestricted mutability.