pub trait IDVBTuningSpace2_Impl: Sized + IDVBTuningSpace_Impl {
    // Required methods
    fn NetworkID(&self) -> Result<i32>;
    fn SetNetworkID(&self, networkid: i32) -> Result<()>;
}

Required Methods§

fn NetworkID(&self) -> Result<i32>

fn SetNetworkID(&self, networkid: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§