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

Trait ISIInbandEPGEvent_Impl

pub trait ISIInbandEPGEvent_Impl: IUnknownImpl {
    // Required method
    fn SIObjectEvent(
        &self,
        pidvb_eit: Ref<'_, IDVB_EIT2>,
        dwtable_id: u32,
        dwservice_id: u32,
    ) -> Result<()>;
}

Required Methods§

fn SIObjectEvent( &self, pidvb_eit: Ref<'_, IDVB_EIT2>, dwtable_id: u32, dwservice_id: u32, ) -> Result<()>

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§