Trait IDigitalCableTuneRequest_Impl
pub trait IDigitalCableTuneRequest_Impl: IATSCChannelTuneRequest_Impl {
// Required methods
fn MajorChannel(&self) -> Result<i32>;
fn SetMajorChannel(&self, majorchannel: i32) -> Result<()>;
fn SourceID(&self) -> Result<i32>;
fn SetSourceID(&self, sourceid: i32) -> Result<()>;
}
Required Methods§
fn MajorChannel(&self) -> Result<i32>
fn SetMajorChannel(&self, majorchannel: i32) -> Result<()>
fn SourceID(&self) -> Result<i32>
fn SetSourceID(&self, sourceid: i32) -> 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.