windows::Win32::Media::MediaFoundation

Trait IMFDXGIDeviceManagerSource_Impl

pub trait IMFDXGIDeviceManagerSource_Impl: IUnknownImpl {
    // Required method
    fn GetManager(&self) -> Result<IMFDXGIDeviceManager>;
}

Required Methods§

fn GetManager(&self) -> Result<IMFDXGIDeviceManager>

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§