Trait windows::Win32::Graphics::Dxgi::IDXGIOutput2_Impl

pub trait IDXGIOutput2_Impl: Sized + IDXGIOutput1_Impl {
    // Required method
    fn SupportsOverlays(&self) -> BOOL;
}

Required Methods§

fn SupportsOverlays(&self) -> BOOL

Object Safety§

This trait is not object safe.

Implementors§