#[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§
Source§impl Clone for godot_pluginscript_profiling_data
impl Clone for godot_pluginscript_profiling_data
Source§fn clone(&self) -> godot_pluginscript_profiling_data
fn clone(&self) -> godot_pluginscript_profiling_data
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for godot_pluginscript_profiling_data
impl Default for godot_pluginscript_profiling_data
Source§fn 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 Freeze for godot_pluginscript_profiling_data
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more