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

Trait IIsdbDataContentDescriptor_Impl

pub trait IIsdbDataContentDescriptor_Impl: IUnknownImpl {
    // Required methods
    fn GetTag(&self) -> Result<u8>;
    fn GetLength(&self) -> Result<u8>;
    fn GetDataComponentId(&self) -> Result<u16>;
    fn GetEntryComponent(&self) -> Result<u8>;
    fn GetSelectorLength(&self) -> Result<u8>;
    fn GetSelectorBytes(&self, bbuflength: u8) -> Result<u8>;
    fn GetCountOfRecords(&self) -> Result<u8>;
    fn GetRecordComponentRef(&self, brecordindex: u8) -> Result<u8>;
    fn GetLanguageCode(&self, pszcode: *mut u8) -> Result<()>;
    fn GetTextW(&self, convmode: DVB_STRCONV_MODE) -> Result<BSTR>;
}

Required Methods§

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

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

fn GetDataComponentId(&self) -> Result<u16>

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

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

fn GetSelectorBytes(&self, bbuflength: u8) -> Result<u8>

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

fn GetRecordComponentRef(&self, brecordindex: u8) -> Result<u8>

fn GetLanguageCode(&self, pszcode: *mut u8) -> Result<()>

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