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

Trait Implementations

impl Clone for godot_pluginscript_profiling_data

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for godot_pluginscript_profiling_data

Returns the "default value" for a type. Read more

impl Debug for godot_pluginscript_profiling_data

Formats the value using the given formatter. Read more

impl Copy for godot_pluginscript_profiling_data

Auto Trait Implementations