Trait godot::obj::bounds::DynMemory

pub trait DynMemory: Sealed { }
Expand description

Specifies the memory strategy of the dynamic type.

For Gd<Object>, it is determined at runtime whether the instance is manually managed or ref-counted.

Object Safety§

This trait is not object safe.

Implementors§