Struct godot_sys::godot_pluginscript_script_desc [] [src]

#[repr(C)]
pub struct godot_pluginscript_script_desc { pub init: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_language_data, _: *const godot_string, _: *const godot_string, _: *mut godot_error) -> godot_pluginscript_script_manifest>, pub finish: Option<unsafe extern "C" fn(_: *mut godot_pluginscript_script_data)>, pub instance_desc: godot_pluginscript_instance_desc, }

Fields

Trait Implementations

impl Debug for godot_pluginscript_script_desc
[src]

[src]

Formats the value using the given formatter.

impl Copy for godot_pluginscript_script_desc
[src]

impl Clone for godot_pluginscript_script_desc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more