Trait IWMWriterPushSink_Impl
pub trait IWMWriterPushSink_Impl: IWMWriterSink_Impl {
// Required methods
fn Connect(
&self,
pwszurl: &PCWSTR,
pwsztemplateurl: &PCWSTR,
fautodestroy: BOOL,
) -> Result<()>;
fn Disconnect(&self) -> Result<()>;
fn EndSession(&self) -> Result<()>;
}
Required Methods§
fn Connect( &self, pwszurl: &PCWSTR, pwsztemplateurl: &PCWSTR, fautodestroy: BOOL, ) -> Result<()>
fn Disconnect(&self) -> Result<()>
fn EndSession(&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.