Trait windows::Win32::Graphics::Dxgi::IDXGIOutput6_Impl

pub trait IDXGIOutput6_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§