windows::Win32::Media::WindowsMediaFormat

Trait IWMProfileManager2_Impl

pub trait IWMProfileManager2_Impl: IWMProfileManager_Impl {
    // Required methods
    fn GetSystemProfileVersion(
        &self,
        pdwversion: *mut WMT_VERSION,
    ) -> Result<()>;
    fn SetSystemProfileVersion(&self, dwversion: WMT_VERSION) -> Result<()>;
}

Required Methods§

fn GetSystemProfileVersion(&self, pdwversion: *mut WMT_VERSION) -> Result<()>

fn SetSystemProfileVersion(&self, dwversion: WMT_VERSION) -> 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§