Struct gdnative_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]

Formats the value using the given formatter. Read more

impl Copy for godot_pluginscript_script_manifest
[src]

impl Clone for godot_pluginscript_script_manifest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_pluginscript_script_manifest
[src]

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

Auto Trait Implementations