[][src]Trait gdnative_core::init::PropertyGetter

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

Required methods

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

impl<F, C, T> PropertyGetter<C, T> for F where
    C: NativeClass,
    C::UserData: Map,
    T: ToVariant,
    F: Fn(&C) -> T, 
[src]

Loading content...