Struct godot_sys::godot_pluginscript_instance_desc [] [src]

#[repr(C)]
pub struct godot_pluginscript_instance_desc { pub init: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_script_data, _: *mut godot_object) -> *mut godot_pluginscript_instance_data>, pub finish: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_instance_data)>, pub set_prop: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_instance_data, _: *const godot_string, _: *const godot_variant) -> godot_bool>, pub get_prop: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_instance_data, _: *const godot_string, _: *mut godot_variant) -> godot_bool>, pub call_method: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_instance_data, _: *const godot_string_name, _: *mut *const godot_variant, _: c_int, _: *mut godot_variant_call_error) -> godot_variant>, pub notification: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_instance_data, _: c_int)>, pub get_rpc_mode: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_instance_data, _: *const godot_string) -> godot_method_rpc_mode>, pub get_rset_mode: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_instance_data, _: *const godot_string) -> godot_method_rpc_mode>, pub refcount_incremented: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_instance_data)>, pub refcount_decremented: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_instance_data) -> bool>, }

Fields

Trait Implementations

impl Debug for godot_pluginscript_instance_desc
[src]

[src]

Formats the value using the given formatter.

impl Copy for godot_pluginscript_instance_desc
[src]

impl Clone for godot_pluginscript_instance_desc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more