Struct gdnative_visual_script::common::sys::godot_property_get_func[]

#[repr(C)]
pub struct godot_property_get_func { pub get_func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void) -> godot_variant>, pub method_data: *mut c_void, pub free_func: Option<unsafe extern "C" fn(*mut c_void)>, }

Fields

Trait Implementations

impl Clone for godot_property_get_func

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_property_get_func

Returns the "default value" for a type. Read more

impl Debug for godot_property_get_func

Formats the value using the given formatter. Read more

impl Copy for godot_property_get_func

Auto Trait Implementations