Trait gdnative::PropertyGetter [] [src]

pub unsafe trait PropertyGetter<C: NativeClass, T: GodotType> {
    unsafe fn as_godot_function(self) -> godot_property_get_func;
}

Required Methods

Implementations on Foreign Types

impl<C: NativeClass, T: GodotType> PropertyGetter<C, T> for ()
[src]

Implementors