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
get_func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void) -> godot_variant>
method_data: *mut c_void
free_func: Option<unsafe extern "C" fn(*mut c_void)>
Trait Implementations
impl Clone for godot_property_get_func
impl Clone for godot_property_get_func
fn clone(&self) -> godot_property_get_func
fn clone(&self) -> godot_property_get_func
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Default for godot_property_get_func
impl Default for godot_property_get_func
fn default() -> godot_property_get_func
fn default() -> godot_property_get_func
Returns the "default value" for a type. Read more
impl Debug for godot_property_get_func
impl Debug for godot_property_get_func
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for godot_property_get_func
impl Copy for godot_property_get_func
Auto Trait Implementations
impl !Send for godot_property_get_func
impl !Send for godot_property_get_func
impl !Sync for godot_property_get_func
impl !Sync for godot_property_get_func