windows::Win32::Media::DirectShow::Tv

Trait IMSVidXDS_Impl

pub trait IMSVidXDS_Impl: IMSVidFeature_Impl {
    // Required method
    fn ChannelChangeInterface(&self) -> Result<IUnknown>;
}

Required Methods§

fn ChannelChangeInterface(&self) -> Result<IUnknown>

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§