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

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

Fields

lpVtbl: *const IDCompositionVisualVtbl

Methods

impl IDCompositionVisual[src]

pub unsafe fn SetOffsetX_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetOffsetX_1(&self, offsetX: c_float) -> HRESULT[src]

pub unsafe fn SetOffsetY_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetOffsetY_1(&self, offsetY: c_float) -> HRESULT[src]

pub unsafe fn SetTransform_2(
    &self,
    transform: *const IDCompositionTransform
) -> HRESULT
[src]

pub unsafe fn SetTransform_1(&self, matrix: *const D2D_MATRIX_3X2_F) -> HRESULT[src]

pub unsafe fn SetTransformParent(
    &self,
    visual: *const IDCompositionVisual
) -> HRESULT
[src]

pub unsafe fn SetEffect(&self, effect: *const IDCompositionEffect) -> HRESULT[src]

pub unsafe fn SetBitmapInterpolationMode(
    &self,
    interpolationMode: DCOMPOSITION_BITMAP_INTERPOLATION_MODE
) -> HRESULT
[src]

pub unsafe fn SetBorderMode(
    &self,
    borderMode: DCOMPOSITION_BORDER_MODE
) -> HRESULT
[src]

pub unsafe fn SetClip_2(&self, clip: *const IDCompositionClip) -> HRESULT[src]

pub unsafe fn SetClip_1(&self, rect: *const D2D_RECT_F) -> HRESULT[src]

pub unsafe fn SetContent(&self, content: *const IUnknown) -> HRESULT[src]

pub unsafe fn AddVisual(
    &self,
    visual: *const IDCompositionVisual,
    insertAbove: BOOL,
    referenceVisual: *const IDCompositionVisual
) -> HRESULT
[src]

pub unsafe fn RemoveVisual(&self, visual: *const IDCompositionVisual) -> HRESULT[src]

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

pub unsafe fn SetCompositeMode(
    &self,
    compositeMode: DCOMPOSITION_COMPOSITE_MODE
) -> HRESULT
[src]

Methods from Deref<Target = IUnknown>

pub unsafe fn QueryInterface(
    &self,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn AddRef(&self) -> ULONG[src]

pub unsafe fn Release(&self) -> ULONG[src]

Trait Implementations

impl Interface for IDCompositionVisual[src]

impl Deref for IDCompositionVisual[src]

type Target = IUnknown

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]