windows::Win32::Media::DirectShow

Trait IOverlayNotify2_Impl

pub trait IOverlayNotify2_Impl: IOverlayNotify_Impl {
    // Required method
    fn OnDisplayChange(&self, hmonitor: HMONITOR) -> Result<()>;
}

Required Methods§

fn OnDisplayChange(&self, hmonitor: HMONITOR) -> Result<()>

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§