windows::Win32::Media::WindowsMediaFormat

Trait IWMMetadataEditor_Impl

pub trait IWMMetadataEditor_Impl: IUnknownImpl {
    // Required methods
    fn Open(&self, pwszfilename: &PCWSTR) -> Result<()>;
    fn Close(&self) -> Result<()>;
    fn Flush(&self) -> Result<()>;
}

Required Methods§

fn Open(&self, pwszfilename: &PCWSTR) -> Result<()>

fn Close(&self) -> Result<()>

fn Flush(&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.

Implementors§