windows::Win32::Graphics::Dxgi

Trait IDXGIFactory1_Impl

pub trait IDXGIFactory1_Impl: IDXGIFactory_Impl {
    // Required methods
    fn EnumAdapters1(&self, adapter: u32) -> Result<IDXGIAdapter1>;
    fn IsCurrent(&self) -> BOOL;
}

Required Methods§

fn EnumAdapters1(&self, adapter: u32) -> Result<IDXGIAdapter1>

fn IsCurrent(&self) -> BOOL

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§