pub trait IGlobalPerformanceStopwatch_GlobalPerformanceStopwatch_StopwatchObject: IObject {
// Provided methods
fn m_parent(self) -> GlobalPerformanceStopwatch { ... }
fn set_m_parent(self, value: GlobalPerformanceStopwatch) { ... }
}Provided Methods§
fn m_parent(self) -> GlobalPerformanceStopwatch
fn set_m_parent(self, value: GlobalPerformanceStopwatch)
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.