Struct gdnative_visual_script::common::sys::godot_pluginscript_profiling_data [−]
#[repr(C)]pub struct godot_pluginscript_profiling_data { pub signature: godot_string_name, pub call_count: i32, pub total_time: i32, pub self_time: i32, }
Fields
signature: godot_string_name
call_count: i32
total_time: i32
self_time: i32
Trait Implementations
impl Clone for godot_pluginscript_profiling_data
impl Clone for godot_pluginscript_profiling_data
fn clone(&self) -> godot_pluginscript_profiling_data
fn clone(&self) -> godot_pluginscript_profiling_data
Returns 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_profiling_data
impl Default for godot_pluginscript_profiling_data
fn default() -> godot_pluginscript_profiling_data
fn default() -> godot_pluginscript_profiling_data
Returns the "default value" for a type. Read more
impl Debug for godot_pluginscript_profiling_data
impl Debug for godot_pluginscript_profiling_data
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for godot_pluginscript_profiling_data
impl Copy for godot_pluginscript_profiling_data
Auto Trait Implementations
impl Send for godot_pluginscript_profiling_data
impl Send for godot_pluginscript_profiling_data
impl Sync for godot_pluginscript_profiling_data
impl Sync for godot_pluginscript_profiling_data