[−][src]Trait gdnative_core::init::PropertySetter
Required methods
unsafe fn as_godot_function(self) -> godot_property_set_func
Implementations on Foreign Types
impl<C: NativeClass, T: ToVariant> PropertySetter<C, T> for ()[src]
impl<C: NativeClass, T: ToVariant> PropertySetter<C, T> for ()unsafe fn as_godot_function(self) -> godot_property_set_func | [src] |
Implementors
impl<F, C, T> PropertySetter<C, T> for F where
C: NativeClass,
T: ToVariant,
F: Fn(&mut C, T), [src]
impl<F, C, T> PropertySetter<C, T> for F where
C: NativeClass,
T: ToVariant,
F: Fn(&mut C, T), unsafe fn as_godot_function(self) -> godot_property_set_func | [src] |