windows::Win32::Graphics::Dxgi

Trait IDXGIOutput6_Impl

pub trait IDXGIOutput6_Impl: IDXGIOutput5_Impl {
    // Required methods
    fn GetDesc1(&self) -> Result<DXGI_OUTPUT_DESC1>;
    fn CheckHardwareCompositionSupport(&self) -> Result<u32>;
}

Required Methods§

fn GetDesc1(&self) -> Result<DXGI_OUTPUT_DESC1>

fn CheckHardwareCompositionSupport(&self) -> Result<u32>

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§