Expand description
Marker types to express the memory management method of Godot types.
Enums§
- Manually
Managed - Marker that indicates that a type is manually managed.
- RefCounted
- Marker that indicates that a type is reference-counted.
Traits§
- Memory
- Trait to parameterize over the memory management markers
ManuallyManaged
andRefCounted
.