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

Trait Implementations

impl Debug for godot_pluginscript_profiling_data
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for godot_pluginscript_profiling_data
[src]

[src]

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

impl Copy for godot_pluginscript_profiling_data
[src]

impl Clone for godot_pluginscript_profiling_data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations