Module cell_gc::ptr [] [src]

Non-pinning pointers into the GC heap.

Structs

Pointer

A pointer to some T in the GC heap.

UntypedPointer

Similar to Pointer<T> but provides no guarantees other than that it points to some allocation inside the GC heap, and has the minimal GC-required alignment.