[][src]Trait gdnative_common::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(&mut C) -> T,
    T: ToVariant
[src]

Loading content...