Trait windows::Win32::Media::DirectShow::Tv::IDVBTuningSpace_Impl
pub trait IDVBTuningSpace_Impl: Sized + 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<()>
Object Safety§
This trait is not object safe.