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

Trait IDVBTuningSpace_Impl

pub trait IDVBTuningSpace_Impl: ITuningSpace_Impl {
    // Required methods
    fn SystemType(&self) -> Result<DVBSystemType>;
    fn SetSystemType(&self, systype: DVBSystemType) -> Result<()>;
}

Required Methods§

fn SystemType(&self) -> Result<DVBSystemType>

fn SetSystemType(&self, systype: DVBSystemType) -> 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§