[][src]Trait gdnative_bindings::init::PropertyGetter

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

Required methods

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

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

Loading content...