windows::Win32::Graphics::Dxgi

Trait IDXGIOutput5_Impl

pub trait IDXGIOutput5_Impl: IDXGIOutput4_Impl {
    // Required method
    fn DuplicateOutput1(
        &self,
        pdevice: Ref<'_, IUnknown>,
        flags: u32,
        supportedformatscount: u32,
        psupportedformats: *const DXGI_FORMAT,
    ) -> Result<IDXGIOutputDuplication>;
}

Required Methods§

fn DuplicateOutput1( &self, pdevice: Ref<'_, IUnknown>, flags: u32, supportedformatscount: u32, psupportedformats: *const DXGI_FORMAT, ) -> Result<IDXGIOutputDuplication>

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§