Trait gdnative::PropertySetter [] [src]

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

Required Methods

Implementations on Foreign Types

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

Implementors