Skip to main content

IDummyPerformanceStopwatchMethods

Trait IDummyPerformanceStopwatchMethods 

Source
pub trait IDummyPerformanceStopwatchMethods: IDummyPerformanceStopwatch {
    // Provided methods
    fn ctor(self) { ... }
    fn get_result(self) -> PerformanceResult { ... }
    fn dispose(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_result(self) -> PerformanceResult

GetResult() 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: IDummyPerformanceStopwatch> IDummyPerformanceStopwatchMethods for __T

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