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

Trait ISIInbandEPG_Impl

pub trait ISIInbandEPG_Impl: IUnknownImpl {
    // Required methods
    fn StartSIEPGScan(&self) -> Result<()>;
    fn StopSIEPGScan(&self) -> Result<()>;
    fn IsSIEPGScanRunning(&self) -> Result<BOOL>;
}

Required Methods§

fn StartSIEPGScan(&self) -> Result<()>

fn StopSIEPGScan(&self) -> Result<()>

fn IsSIEPGScanRunning(&self) -> Result<BOOL>

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§