#[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§
§data: *mut c_void
§name: godot_string_name
§is_tool: bool
§base: godot_string_name
§member_lines: godot_dictionary
§methods: godot_array
§signals: godot_array
§properties: godot_array
Trait 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 copy 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 moreSource§impl Default for godot_pluginscript_script_manifest
impl Default for godot_pluginscript_script_manifest
Source§fn default() -> godot_pluginscript_script_manifest
fn default() -> godot_pluginscript_script_manifest
Returns the “default value” for a type. Read more
impl 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