Trait windows::Win32::Graphics::Dxgi::IDXGIAdapter2_Impl

pub trait IDXGIAdapter2_Impl: Sized + IDXGIAdapter1_Impl {
    // Required method
    fn GetDesc2(&self) -> Result<DXGI_ADAPTER_DESC2>;
}

Required Methods§

fn GetDesc2(&self) -> Result<DXGI_ADAPTER_DESC2>

Object Safety§

This trait is not object safe.

Implementors§