Struct IDCompositionLinearTransferEffectVtbl

Source
#[repr(C)]
pub struct IDCompositionLinearTransferEffectVtbl {
Show 22 fields pub parent: IDCompositionFilterEffectVtbl, pub SetRedYIntercept_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT, pub SetRedYIntercept_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, redYIntercept: c_float) -> HRESULT, pub SetRedSlope_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT, pub SetRedSlope_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, redSlope: c_float) -> HRESULT, pub SetRedDisable: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, redDisable: BOOL) -> HRESULT, pub SetGreenYIntercept_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT, pub SetGreenYIntercept_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, greenYIntercept: c_float) -> HRESULT, pub SetGreenSlope_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT, pub SetGreenSlope_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, greenSlope: c_float) -> HRESULT, pub SetGreenDisable: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, greenDisable: BOOL) -> HRESULT, pub SetBlueYIntercept_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT, pub SetBlueYIntercept_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, blueYIntercept: c_float) -> HRESULT, pub SetBlueSlope_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT, pub SetBlueSlope_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, blueSlope: c_float) -> HRESULT, pub SetBlueDisable: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, blueDisable: BOOL) -> HRESULT, pub SetAlphaYIntercept_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT, pub SetAlphaYIntercept_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, alphaYIntercept: c_float) -> HRESULT, pub SetAlphaSlope_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT, pub SetAlphaSlope_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, alphaSlope: c_float) -> HRESULT, pub SetAlphaDisable: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, alphaDisable: BOOL) -> HRESULT, pub SetClampOutput: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, clampOutput: BOOL) -> HRESULT,
}

Fields§

§parent: IDCompositionFilterEffectVtbl§SetRedYIntercept_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT§SetRedYIntercept_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, redYIntercept: c_float) -> HRESULT§SetRedSlope_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT§SetRedSlope_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, redSlope: c_float) -> HRESULT§SetRedDisable: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, redDisable: BOOL) -> HRESULT§SetGreenYIntercept_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT§SetGreenYIntercept_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, greenYIntercept: c_float) -> HRESULT§SetGreenSlope_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT§SetGreenSlope_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, greenSlope: c_float) -> HRESULT§SetGreenDisable: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, greenDisable: BOOL) -> HRESULT§SetBlueYIntercept_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT§SetBlueYIntercept_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, blueYIntercept: c_float) -> HRESULT§SetBlueSlope_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT§SetBlueSlope_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, blueSlope: c_float) -> HRESULT§SetBlueDisable: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, blueDisable: BOOL) -> HRESULT§SetAlphaYIntercept_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT§SetAlphaYIntercept_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, alphaYIntercept: c_float) -> HRESULT§SetAlphaSlope_2: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, animation: *const IDCompositionAnimation) -> HRESULT§SetAlphaSlope_1: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, alphaSlope: c_float) -> HRESULT§SetAlphaDisable: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, alphaDisable: BOOL) -> HRESULT§SetClampOutput: unsafe extern "system" fn(This: *mut IDCompositionLinearTransferEffect, clampOutput: BOOL) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.