windows::Win32::Graphics::DirectComposition

Trait IDCompositionVisualDebug_Impl

pub trait IDCompositionVisualDebug_Impl: IDCompositionVisual2_Impl {
    // Required methods
    fn EnableHeatMap(&self, color: *const D2D1_COLOR_F) -> Result<()>;
    fn DisableHeatMap(&self) -> Result<()>;
    fn EnableRedrawRegions(&self) -> Result<()>;
    fn DisableRedrawRegions(&self) -> Result<()>;
}

Required Methods§

fn EnableHeatMap(&self, color: *const D2D1_COLOR_F) -> Result<()>

fn DisableHeatMap(&self) -> Result<()>

fn EnableRedrawRegions(&self) -> Result<()>

fn DisableRedrawRegions(&self) -> 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§