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.

Implementors§