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