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