Trait IMSVidGenericSink_Impl
pub trait IMSVidGenericSink_Impl: IMSVidOutputDevice_Impl {
// Required methods
fn SetSinkFilter(&self, bstrname: &BSTR) -> Result<()>;
fn SinkStreams(&self) -> Result<MSVidSinkStreams>;
fn SetSinkStreams(&self, streams: MSVidSinkStreams) -> Result<()>;
}
Required Methods§
fn SetSinkFilter(&self, bstrname: &BSTR) -> Result<()>
fn SinkStreams(&self) -> Result<MSVidSinkStreams>
fn SetSinkStreams(&self, streams: MSVidSinkStreams) -> 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.