[−][src]Module gdnative_core::nativescript::class
Structs
| Instance | A persistent reference to a GodotObject with a rust NativeClass attached. |
| RefInstance | A reference to a GodotObject with a rust NativeClass attached that is assumed safe during a certain lifetime. |
Traits
| NativeClass | Trait used for describing and initializing a Godot script class. |
| NativeClassMethods | Trait used to provide information of Godot-exposed methods of a script class. |
| OwnerArg | Trait for types that can be used as the |