#[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_dataname: godot_string_nameis_tool: godot_boolbase: godot_string_namemember_lines: godot_dictionarymethods: godot_arraysignals: godot_arrayproperties: godot_arrayTrait Implementations
sourceimpl Clone for godot_pluginscript_script_manifest
impl Clone for godot_pluginscript_script_manifest
sourcefn clone(&self) -> godot_pluginscript_script_manifest
fn clone(&self) -> godot_pluginscript_script_manifest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for godot_pluginscript_script_manifest
Auto Trait Implementations
impl RefUnwindSafe for godot_pluginscript_script_manifest
impl !Send for godot_pluginscript_script_manifest
impl !Sync for godot_pluginscript_script_manifest
impl Unpin for godot_pluginscript_script_manifest
impl UnwindSafe for godot_pluginscript_script_manifest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more