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

Trait IDvbNetworkNameDescriptor_Impl

pub trait IDvbNetworkNameDescriptor_Impl: IUnknownImpl {
    // Required methods
    fn GetTag(&self) -> Result<u8>;
    fn GetLength(&self) -> Result<u8>;
    fn GetNetworkName(&self) -> Result<*mut u8>;
    fn GetNetworkNameW(&self, convmode: DVB_STRCONV_MODE) -> Result<BSTR>;
}

Required Methods§

fn GetTag(&self) -> Result<u8>

fn GetLength(&self) -> Result<u8>

fn GetNetworkName(&self) -> Result<*mut u8>

fn GetNetworkNameW(&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§