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

Trait IPBDASiParser_Impl

pub trait IPBDASiParser_Impl: IUnknownImpl {
    // Required methods
    fn Initialize(&self, punk: Ref<'_, IUnknown>) -> Result<()>;
    fn GetEIT(&self, dwsize: u32, pbuffer: *const u8) -> Result<IPBDA_EIT>;
    fn GetServices(
        &self,
        dwsize: u32,
        pbuffer: *const u8,
    ) -> Result<IPBDA_Services>;
}

Required Methods§

fn Initialize(&self, punk: Ref<'_, IUnknown>) -> Result<()>

fn GetEIT(&self, dwsize: u32, pbuffer: *const u8) -> Result<IPBDA_EIT>

fn GetServices(&self, dwsize: u32, pbuffer: *const u8) -> Result<IPBDA_Services>

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§