Trait IMSVidClosedCaptioning_Impl
pub trait IMSVidClosedCaptioning_Impl: IMSVidFeature_Impl {
// Required methods
fn Enable(&self) -> Result<VARIANT_BOOL>;
fn SetEnable(&self, on: VARIANT_BOOL) -> Result<()>;
}
Required Methods§
fn Enable(&self) -> Result<VARIANT_BOOL>
fn SetEnable(&self, on: VARIANT_BOOL) -> 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.