[−][src]Struct gdnative_bindings::sys::godot_pluginscript_language_desc
Fields
name: *const i8type_: *const i8extension: *const i8recognized_extensions: *mut *const i8init: Option<unsafe extern "C" fn() -> *mut c_void>finish: Option<unsafe extern "C" fn(*mut c_void)>reserved_words: *mut *const i8comment_delimiters: *mut *const i8string_delimiters: *mut *const i8has_named_classes: boolsupports_builtin_mode: boolget_template_source_code: Option<unsafe extern "C" fn(*mut c_void, *const godot_string, *const godot_string) -> godot_string>validate: Option<unsafe extern "C" fn(*mut c_void, *const godot_string, *mut i32, *mut i32, *mut godot_string, *const godot_string, *mut godot_pool_string_array) -> bool>find_function: Option<unsafe extern "C" fn(*mut c_void, *const godot_string, *const godot_string) -> i32>make_function: Option<unsafe extern "C" fn(*mut c_void, *const godot_string, *const godot_string, *const godot_pool_string_array) -> godot_string>complete_code: Option<unsafe extern "C" fn(*mut c_void, *const godot_string, *const godot_string, *mut c_void, *mut godot_array, *mut bool, *mut godot_string) -> u32>auto_indent_code: Option<unsafe extern "C" fn(*mut c_void, *mut godot_string, i32, i32)>add_global_constant: Option<unsafe extern "C" fn(*mut c_void, *const godot_string, *const godot_variant)>debug_get_error: Option<unsafe extern "C" fn(*mut c_void) -> godot_string>debug_get_stack_level_count: Option<unsafe extern "C" fn(*mut c_void) -> i32>debug_get_stack_level_line: Option<unsafe extern "C" fn(*mut c_void, i32) -> i32>debug_get_stack_level_function: Option<unsafe extern "C" fn(*mut c_void, i32) -> godot_string>debug_get_stack_level_source: Option<unsafe extern "C" fn(*mut c_void, i32) -> godot_string>debug_get_stack_level_locals: Option<unsafe extern "C" fn(*mut c_void, i32, *mut godot_pool_string_array, *mut godot_array, i32, i32)>debug_get_stack_level_members: Option<unsafe extern "C" fn(*mut c_void, i32, *mut godot_pool_string_array, *mut godot_array, i32, i32)>debug_get_globals: Option<unsafe extern "C" fn(*mut c_void, *mut godot_pool_string_array, *mut godot_array, i32, i32)>debug_parse_stack_level_expression: Option<unsafe extern "C" fn(*mut c_void, i32, *const godot_string, i32, i32) -> godot_string>get_public_functions: Option<unsafe extern "C" fn(*mut c_void, *mut godot_array)>get_public_constants: Option<unsafe extern "C" fn(*mut c_void, *mut godot_dictionary)>profiling_start: Option<unsafe extern "C" fn(*mut c_void)>profiling_stop: Option<unsafe extern "C" fn(*mut c_void)>profiling_get_accumulated_data: Option<unsafe extern "C" fn(*mut c_void, *mut godot_pluginscript_profiling_data, i32) -> i32>profiling_get_frame_data: Option<unsafe extern "C" fn(*mut c_void, *mut godot_pluginscript_profiling_data, i32) -> i32>profiling_frame: Option<unsafe extern "C" fn(*mut c_void)>script_desc: godot_pluginscript_script_descTrait Implementations
impl Clone for godot_pluginscript_language_desc[src]
fn clone(&self) -> godot_pluginscript_language_desc[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for godot_pluginscript_language_desc[src]
impl Debug for godot_pluginscript_language_desc[src]
impl Default for godot_pluginscript_language_desc[src]
Auto Trait Implementations
impl RefUnwindSafe for godot_pluginscript_language_desc
impl !Send for godot_pluginscript_language_desc
impl !Sync for godot_pluginscript_language_desc
impl Unpin for godot_pluginscript_language_desc
impl UnwindSafe for godot_pluginscript_language_desc
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,