[][src]Trait gdnative_bindings::init::PropertySetter

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

Required methods

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

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

Loading content...