Structs§
- GcHeap 🔒
- A block of memory allocated on the heap that is managed by the garbage collector.
- Header
Data 🔒
Enums§
Traits§
- GcMoveable 🔒
- This trait is defined for types that can be moved by the GC. For types that
don’t have any other pointers in them, they can use the implementation of
this trait on
GcHeap
, which will just copy the object.
Unions§
- GcHeader 🔒