Trait IConfigAviMux_Impl
pub trait IConfigAviMux_Impl: IUnknownImpl {
// Required methods
fn SetMasterStream(&self, istream: i32) -> Result<()>;
fn GetMasterStream(&self) -> Result<i32>;
fn SetOutputCompatibilityIndex(&self, foldindex: BOOL) -> Result<()>;
fn GetOutputCompatibilityIndex(&self) -> Result<BOOL>;
}
Required Methods§
fn SetMasterStream(&self, istream: i32) -> Result<()>
fn GetMasterStream(&self) -> Result<i32>
fn SetOutputCompatibilityIndex(&self, foldindex: BOOL) -> Result<()>
fn GetOutputCompatibilityIndex(&self) -> Result<BOOL>
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.