Module genet_sdk::fixed[][src]

Fixed-lifetime shareable containers.

Fixed containers are dynamically allocated during a program execution but live forever.

Don't create Fixed of a temporary object, or it will cause a serious memory leak.

Structs

Fixed

A fixed memory location.

MutFixed

A mutable fixed memory location.