Struct gdnative_sys::godot_pluginscript_profiling_data [−][src]
#[repr(C)]pub struct godot_pluginscript_profiling_data { pub signature: godot_string_name, pub call_count: godot_int, pub total_time: godot_int, pub self_time: godot_int, }
Fields
signature: godot_string_name
call_count: godot_int
total_time: godot_int
self_time: godot_int
Trait Implementations
impl Debug for godot_pluginscript_profiling_data[src]
impl Debug for godot_pluginscript_profiling_datafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for godot_pluginscript_profiling_data[src]
impl Default for godot_pluginscript_profiling_datafn default() -> godot_pluginscript_profiling_data[src]
fn default() -> godot_pluginscript_profiling_dataReturns the "default value" for a type. Read more
impl Copy for godot_pluginscript_profiling_data[src]
impl Copy for godot_pluginscript_profiling_dataimpl Clone for godot_pluginscript_profiling_data[src]
impl Clone for godot_pluginscript_profiling_dataAuto Trait Implementations
impl Send for godot_pluginscript_profiling_data
impl Send for godot_pluginscript_profiling_dataimpl Sync for godot_pluginscript_profiling_data
impl Sync for godot_pluginscript_profiling_data