Module gdnative_core::ref_kind[][src]

Marker types to express the memory management method of Godot types.

Structs

ManuallyManaged

Marker that indicates that a type is manually managed.

RefCounted

Marker that indicates that a type is reference-counted.

Traits

RefKind

Trait to parameterize over the memory management markers ManuallyManaged and RefCounted.