Crate mitochondria [] [src]

Mitochondria is the powerhouse of the Cell.

This crate provides additional mutable containers for use cases not covered by the triumvirate of Cell, RefCell and UnsafeCell.

Structs

MoveCell

A mutable memory location that steals ownership.

OnceCell

A mutable memory location that can be set only once.