windows::Win32::UI::Shell

Trait ILaunchTargetMonitor_Impl

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

Required Methods§

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

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§