Trait gdnative_core::init::PropertySetter[][src]

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

Required Methods

Implementations on Foreign Types

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

Implementors