pub trait IATSCChannelTuneRequest_Impl: Sized + IChannelTuneRequest_Impl {
    // Required methods
    fn MinorChannel(&self) -> Result<i32>;
    fn SetMinorChannel(&self, minorchannel: i32) -> Result<()>;
}

Required Methods§

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

fn SetMinorChannel(&self, minorchannel: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§