windows::Win32::Graphics::Dxgi

Trait IDXGIFactory7_Impl

pub trait IDXGIFactory7_Impl: IDXGIFactory6_Impl {
    // Required methods
    fn RegisterAdaptersChangedEvent(&self, hevent: HANDLE) -> Result<u32>;
    fn UnregisterAdaptersChangedEvent(&self, dwcookie: u32) -> Result<()>;
}

Required Methods§

fn RegisterAdaptersChangedEvent(&self, hevent: HANDLE) -> Result<u32>

fn UnregisterAdaptersChangedEvent(&self, dwcookie: u32) -> Result<()>

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§