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

Trait IScanningTuner_Impl

pub trait IScanningTuner_Impl: ITuner_Impl {
    // Required methods
    fn SeekUp(&self) -> Result<()>;
    fn SeekDown(&self) -> Result<()>;
    fn ScanUp(&self, millisecondspause: i32) -> Result<()>;
    fn ScanDown(&self, millisecondspause: i32) -> Result<()>;
    fn AutoProgram(&self) -> Result<()>;
}

Required Methods§

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

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

fn ScanUp(&self, millisecondspause: i32) -> Result<()>

fn ScanDown(&self, millisecondspause: i32) -> Result<()>

fn AutoProgram(&self) -> 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§