pub trait IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObjectMethods: IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObject {
// Provided methods
fn ctor(self, parent: impl Into<GlobalPerformanceStopwatch>) { ... }
fn dispose(self) { ... }
}Provided Methods§
Sourcefn ctor(self, parent: impl Into<GlobalPerformanceStopwatch>)
fn ctor(self, parent: impl Into<GlobalPerformanceStopwatch>)
.ctor(crate::moon_sharp::interpreter::diagnostics::performance_counters::globalperformancestopwatch::GlobalPerformanceStopwatch) overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObject> IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObjectMethods for __T
Available on crate feature
moon_sharp-interpreter-diagnostics-performance_counters-globalperformancestopwatch only.