pub trait ILaunchTargetMonitor_Impl: Sized {
    // Required method
    fn GetMonitor(&self) -> Result<HMONITOR>;
}

Required Methods§

fn GetMonitor(&self) -> Result<HMONITOR>

Object Safety§

This trait is not object safe.

Implementors§