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

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

Fields

lpVtbl: *const IDCompositionTableTransferEffectVtbl

Methods

impl IDCompositionTableTransferEffect[src]

pub unsafe fn SetRedTable(
    &self,
    tableValues: *const c_float,
    count: UINT
) -> HRESULT
[src]

pub unsafe fn SetGreenTable(
    &self,
    tableValues: *const c_float,
    count: UINT
) -> HRESULT
[src]

pub unsafe fn SetBlueTable(
    &self,
    tableValues: *const c_float,
    count: UINT
) -> HRESULT
[src]

pub unsafe fn SetAlphaTable(
    &self,
    tableValues: *const c_float,
    count: UINT
) -> HRESULT
[src]

pub unsafe fn SetRedDisable(&self, redDisable: BOOL) -> HRESULT[src]

pub unsafe fn SetGreenDisable(&self, greenDisable: BOOL) -> HRESULT[src]

pub unsafe fn SetBlueDisable(&self, blueDisable: BOOL) -> HRESULT[src]

pub unsafe fn SetAlphaDisable(&self, alphaDisable: BOOL) -> HRESULT[src]

pub unsafe fn SetClampOutput(&self, clampOutput: BOOL) -> HRESULT[src]

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

pub unsafe fn SetRedTableValue_1(&self, index: UINT, value: c_float) -> HRESULT[src]

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

pub unsafe fn SetGreenTableValue_1(
    &self,
    index: UINT,
    value: c_float
) -> HRESULT
[src]

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

pub unsafe fn SetBlueTableValue_1(&self, index: UINT, value: c_float) -> HRESULT[src]

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

pub unsafe fn SetAlphaTableValue_1(
    &self,
    index: UINT,
    value: c_float
) -> HRESULT
[src]

Methods from Deref<Target = IDCompositionFilterEffect>

pub unsafe fn SetInput(
    &self,
    index: UINT,
    input: *const IUnknown,
    flags: UINT
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDCompositionTableTransferEffect[src]

impl Deref for IDCompositionTableTransferEffect[src]

type Target = IDCompositionFilterEffect

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]