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
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_array
Trait Implementations
impl Debug for godot_pluginscript_script_manifest[src]
impl Debug for godot_pluginscript_script_manifestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for godot_pluginscript_script_manifest[src]
impl Copy for godot_pluginscript_script_manifestimpl Clone for godot_pluginscript_script_manifest[src]
impl Clone for godot_pluginscript_script_manifestfn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for godot_pluginscript_script_manifest[src]
impl Default for godot_pluginscript_script_manifestAuto Trait Implementations
impl !Send for godot_pluginscript_script_manifest
impl !Send for godot_pluginscript_script_manifestimpl !Sync for godot_pluginscript_script_manifest
impl !Sync for godot_pluginscript_script_manifest