windows::Win32::Media::WindowsMediaFormat

Trait IWMWriterFileSink_Impl

pub trait IWMWriterFileSink_Impl: IWMWriterSink_Impl {
    // Required method
    fn Open(&self, pwszfilename: &PCWSTR) -> Result<()>;
}

Required Methods§

fn Open(&self, pwszfilename: &PCWSTR) -> 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.

Implementors§