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

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

Fields

lpVtbl: *const IDCompositionEffectGroupVtbl

Implementations

impl IDCompositionEffectGroup[src]

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

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

pub unsafe fn SetTransform3D(
    &self,
    transform3D: *const IDCompositionTransform3D
) -> HRESULT
[src]

Trait Implementations

impl Deref for IDCompositionEffectGroup[src]

type Target = IDCompositionEffect

The resulting type after dereferencing.

impl Interface for IDCompositionEffectGroup[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.