pub trait IDCompositionVisualDebug_Impl: Sized + 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<()>
Object Safety§
This trait is not object safe.