Trait windows::Win32::Graphics::Dxgi::IDXGIAdapter1_Impl

pub trait IDXGIAdapter1_Impl: Sized + IDXGIAdapter_Impl {
    // Required method
    fn GetDesc1(&self) -> Result<DXGI_ADAPTER_DESC1>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§