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

Trait ITuneRequestInfoEx_Impl

pub trait ITuneRequestInfoEx_Impl: ITuneRequestInfo_Impl {
    // Required method
    fn CreateComponentListEx(
        &self,
        currentrequest: Ref<'_, ITuneRequest>,
    ) -> Result<IUnknown>;
}

Required Methods§

fn CreateComponentListEx( &self, currentrequest: Ref<'_, ITuneRequest>, ) -> 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§