#[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_namecall_count: godot_inttotal_time: godot_intself_time: godot_intTrait Implementations
sourceimpl Clone for godot_pluginscript_profiling_data
impl Clone for godot_pluginscript_profiling_data
sourcefn clone(&self) -> godot_pluginscript_profiling_data
fn clone(&self) -> godot_pluginscript_profiling_data
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for godot_pluginscript_profiling_data
impl Default for godot_pluginscript_profiling_data
sourcefn default() -> godot_pluginscript_profiling_data
fn default() -> godot_pluginscript_profiling_data
Returns the “default value” for a type. Read more
impl Copy for godot_pluginscript_profiling_data
Auto Trait Implementations
impl RefUnwindSafe for godot_pluginscript_profiling_data
impl Send for godot_pluginscript_profiling_data
impl Sync for godot_pluginscript_profiling_data
impl Unpin for godot_pluginscript_profiling_data
impl UnwindSafe for godot_pluginscript_profiling_data
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more