windows::Win32::Media::WindowsMediaFormat

Trait IWMProfile2_Impl

pub trait IWMProfile2_Impl: IWMProfile_Impl {
    // Required method
    fn GetProfileID(&self) -> Result<GUID>;
}

Required Methods§

fn GetProfileID(&self) -> Result<GUID>

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§