[][src]Struct winapi::um::dcomp::IDCompositionVisualDebug

#[repr(C)]
pub struct IDCompositionVisualDebug { pub lpVtbl: *const IDCompositionVisualDebugVtbl, }

Fields

lpVtbl: *const IDCompositionVisualDebugVtbl

Methods

impl IDCompositionVisualDebug[src]

pub unsafe fn EnableHeatMap(&self, color: *const D2D1_COLOR_F) -> HRESULT[src]

pub unsafe fn DisableHeatMap(&self) -> HRESULT[src]

pub unsafe fn EnableRedrawRegions(&self) -> HRESULT[src]

pub unsafe fn DisableRedrawRegions(&self) -> HRESULT[src]

Methods from Deref<Target = IDCompositionVisual2>

pub unsafe fn SetOpacityMode(&self, mode: DCOMPOSITION_OPACITY_MODE) -> HRESULT[src]

pub unsafe fn SetBackFaceVisibility(
    &self,
    visibility: DCOMPOSITION_BACKFACE_VISIBILITY
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDCompositionVisualDebug[src]

impl Deref for IDCompositionVisualDebug[src]

type Target = IDCompositionVisual2

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]