windows::Win32::System::Performance

Trait ISystemMonitorEvents_Impl

pub trait ISystemMonitorEvents_Impl: IUnknownImpl {
    // Required methods
    fn OnCounterSelected(&self, index: i32);
    fn OnCounterAdded(&self, index: i32);
    fn OnCounterDeleted(&self, index: i32);
    fn OnSampleCollected(&self);
    fn OnDblClick(&self, index: i32);
}

Required Methods§

fn OnCounterSelected(&self, index: i32)

fn OnCounterAdded(&self, index: i32)

fn OnCounterDeleted(&self, index: i32)

fn OnSampleCollected(&self)

fn OnDblClick(&self, index: i32)

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§