Trait windows::Win32::Graphics::Dxgi::IDXGIAdapter4_Impl

pub trait IDXGIAdapter4_Impl: Sized + IDXGIAdapter3_Impl {
    // Required method
    fn GetDesc3(&self) -> Result<DXGI_ADAPTER_DESC3>;
}

Required Methods§

fn GetDesc3(&self) -> Result<DXGI_ADAPTER_DESC3>

Object Safety§

This trait is not object safe.

Implementors§