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

Trait IDvbServiceDescriptor2_Impl

pub trait IDvbServiceDescriptor2_Impl: IDvbServiceDescriptor_Impl {
    // Required methods
    fn GetServiceProviderNameW(
        &self,
        convmode: DVB_STRCONV_MODE,
    ) -> Result<BSTR>;
    fn GetServiceNameW(&self, convmode: DVB_STRCONV_MODE) -> Result<BSTR>;
}

Required Methods§

fn GetServiceProviderNameW(&self, convmode: DVB_STRCONV_MODE) -> Result<BSTR>

fn GetServiceNameW(&self, convmode: DVB_STRCONV_MODE) -> Result<BSTR>

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§