Skip to main content

IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObjectMethods

Trait IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObjectMethods 

Source
pub trait IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObjectMethods: IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObject {
    // Provided methods
    fn ctor(self, parent: impl Into<GlobalPerformanceStopwatch>) { ... }
    fn dispose(self) { ... }
}

Provided Methods§

Source

fn ctor(self, parent: impl Into<GlobalPerformanceStopwatch>)

.ctor(crate::moon_sharp::interpreter::diagnostics::performance_counters::globalperformancestopwatch::GlobalPerformanceStopwatch) overload

Source

fn dispose(self)

Dispose() 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§

Source§

impl<__T: IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObject> IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObjectMethods for __T

Available on crate feature moon_sharp-interpreter-diagnostics-performance_counters-globalperformancestopwatch only.