Module gdnative::prelude::nativescript::class[][src]

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 owner arguments of exported methods. This trait is sealed and has no public interface.