windows::Win32::Media::MediaPlayer

Trait IWMPVideoRenderConfig_Impl

pub trait IWMPVideoRenderConfig_Impl: IUnknownImpl {
    // Required method
    fn SetpresenterActivate(
        &self,
        pactivate: Ref<'_, IMFActivate>,
    ) -> Result<()>;
}

Required Methods§

fn SetpresenterActivate(&self, pactivate: Ref<'_, IMFActivate>) -> 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§