windows::Win32::Media::WindowsMediaFormat

Trait IWMMutualExclusion_Impl

pub trait IWMMutualExclusion_Impl: IWMStreamList_Impl {
    // Required methods
    fn GetType(&self) -> Result<GUID>;
    fn SetType(&self, guidtype: *const GUID) -> Result<()>;
}

Required Methods§

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

fn SetType(&self, guidtype: *const GUID) -> 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§