#[repr(C)]pub struct godot_pluginscript_script_manifest {
pub data: *mut godot_pluginscript_script_data,
pub name: godot_string_name,
pub is_tool: godot_bool,
pub base: godot_string_name,
pub member_lines: godot_dictionary,
pub methods: godot_array,
pub signals: godot_array,
pub properties: godot_array,
}Fields§
§data: *mut godot_pluginscript_script_data§name: godot_string_name§is_tool: godot_bool§base: godot_string_name§member_lines: godot_dictionary§methods: godot_array§signals: godot_array§properties: godot_arrayTrait Implementations§
source§impl Clone for godot_pluginscript_script_manifest
impl Clone for godot_pluginscript_script_manifest
source§fn clone(&self) -> godot_pluginscript_script_manifest
fn clone(&self) -> godot_pluginscript_script_manifest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more