Trait IDXGIOutput2_Impl
pub trait IDXGIOutput2_Impl: IDXGIOutput1_Impl {
// Required method
fn SupportsOverlays(&self) -> BOOL;
}
Required Methods§
fn SupportsOverlays(&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.