Struct gdnative_visual_script::common::sys::godot_instance_method[]

#[repr(C)]
pub struct godot_instance_method { pub method: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void, i32, *mut *mut godot_variant) -> 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_instance_method

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_instance_method

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

impl Debug for godot_instance_method

Formats the value using the given formatter. Read more

impl Copy for godot_instance_method

Auto Trait Implementations