Trait IMSVidGenericSink2_Impl
pub trait IMSVidGenericSink2_Impl: IMSVidGenericSink_Impl {
// Required methods
fn AddFilter(&self, bstrname: &BSTR) -> Result<()>;
fn ResetFilterList(&self) -> Result<()>;
}
Required Methods§
fn AddFilter(&self, bstrname: &BSTR) -> Result<()>
fn ResetFilterList(&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.