Module gcref

Source

Structsยง

GcRef
A typed garbage collected pointer to a value.
UntypedGcRef
A untyped garbage collected pointer to a value, you can think of it as void* pointer but managed by GC.
WeakGcRef
Weak GC reference. Has almost the same semantics as std::rc::Weak
WeakSlot