#[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_arrayTrait Implementations§
Source§impl Clone for godot_pluginscript_script_manifest
impl Clone for godot_pluginscript_script_manifest
Source§fn clone(&self) -> godot_pluginscript_script_manifest
fn clone(&self) -> godot_pluginscript_script_manifest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for godot_pluginscript_script_manifest
Auto Trait Implementations§
impl Freeze for godot_pluginscript_script_manifest
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more