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

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

Required methods

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

impl<F, C, T> PropertySetter<C, T> for F where
    C: NativeClass,
    C::UserData: MapMut,
    T: FromVariant,
    F: Fn(&mut C, T), 
[src]

Loading content...