Trait IBPCSatelliteTuner_Impl
pub trait IBPCSatelliteTuner_Impl: IAMTuner_Impl {
// Required methods
fn get_DefaultSubChannelTypes(
&self,
pldefaultvideotype: *mut i32,
pldefaultaudiotype: *mut i32,
) -> Result<()>;
fn put_DefaultSubChannelTypes(
&self,
ldefaultvideotype: i32,
ldefaultaudiotype: i32,
) -> Result<()>;
fn IsTapingPermitted(&self) -> Result<()>;
}
Required Methods§
fn get_DefaultSubChannelTypes( &self, pldefaultvideotype: *mut i32, pldefaultaudiotype: *mut i32, ) -> Result<()>
fn put_DefaultSubChannelTypes( &self, ldefaultvideotype: i32, ldefaultaudiotype: i32, ) -> Result<()>
fn IsTapingPermitted(&self) -> 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.