windows::Win32::Graphics::Dxgi

Trait IDXGIAdapter_Impl

pub trait IDXGIAdapter_Impl: IDXGIObject_Impl {
    // Required methods
    fn EnumOutputs(&self, output: u32) -> Result<IDXGIOutput>;
    fn GetDesc(&self) -> Result<DXGI_ADAPTER_DESC>;
    fn CheckInterfaceSupport(&self, interfacename: *const GUID) -> Result<i64>;
}

Required Methods§

fn EnumOutputs(&self, output: u32) -> Result<IDXGIOutput>

fn GetDesc(&self) -> Result<DXGI_ADAPTER_DESC>

fn CheckInterfaceSupport(&self, interfacename: *const GUID) -> Result<i64>

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§