Struct gdnative_visual_script::common::sys::godot_pluginscript_script_manifest[]

#[repr(C)]
pub struct godot_pluginscript_script_manifest { pub data: *mut c_void, pub name: godot_string_name, pub is_tool: 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 Clone for godot_pluginscript_script_manifest

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_pluginscript_script_manifest

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

impl Debug for godot_pluginscript_script_manifest

Formats the value using the given formatter. Read more

impl Copy for godot_pluginscript_script_manifest

Auto Trait Implementations