Trait IVMRVideoStreamControl9_Impl
pub trait IVMRVideoStreamControl9_Impl: IUnknownImpl {
// Required methods
fn SetStreamActiveState(&self, factive: BOOL) -> Result<()>;
fn GetStreamActiveState(&self) -> Result<BOOL>;
}
Required Methods§
fn SetStreamActiveState(&self, factive: BOOL) -> Result<()>
fn GetStreamActiveState(&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.