Struct godot_sys::godot_pluginscript_script_manifest [] [src]

#[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

Trait Implementations

impl Debug for godot_pluginscript_script_manifest
[src]

[src]

Formats the value using the given formatter.

impl Copy for godot_pluginscript_script_manifest
[src]

impl Clone for godot_pluginscript_script_manifest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more