[][src]Struct winapi::um::dcompanimation::IDCompositionAnimationVtbl

#[repr(C)]
pub struct IDCompositionAnimationVtbl {
    pub parent: IUnknownVtbl,
    pub Reset: unsafe extern "system" fn(This: *mut IDCompositionAnimation) -> HRESULT,
    pub SetAbsoluteBeginTime: unsafe extern "system" fn(This: *mut IDCompositionAnimation, beginTime: LARGE_INTEGER) -> HRESULT,
    pub AddCubic: unsafe extern "system" fn(This: *mut IDCompositionAnimation, beginOffset: c_double, constantCoefficient: c_float, linearCoefficient: c_float, quadraticCoefficient: c_float, cubicCoefficient: c_float) -> HRESULT,
    pub AddSinusoidal: unsafe extern "system" fn(This: *mut IDCompositionAnimation, beginOffset: c_double, bias: c_float, amplitude: c_float, frequency: c_float, phase: c_float) -> HRESULT,
    pub AddRepeat: unsafe extern "system" fn(This: *mut IDCompositionAnimation, beginOffset: c_double, durationToRepeat: c_double) -> HRESULT,
    pub End: unsafe extern "system" fn(This: *mut IDCompositionAnimation, endOffset: c_double, endValue: c_float) -> HRESULT,
}

Fields

parent: IUnknownVtblReset: unsafe extern "system" fn(This: *mut IDCompositionAnimation) -> HRESULTSetAbsoluteBeginTime: unsafe extern "system" fn(This: *mut IDCompositionAnimation, beginTime: LARGE_INTEGER) -> HRESULTAddCubic: unsafe extern "system" fn(This: *mut IDCompositionAnimation, beginOffset: c_double, constantCoefficient: c_float, linearCoefficient: c_float, quadraticCoefficient: c_float, cubicCoefficient: c_float) -> HRESULTAddSinusoidal: unsafe extern "system" fn(This: *mut IDCompositionAnimation, beginOffset: c_double, bias: c_float, amplitude: c_float, frequency: c_float, phase: c_float) -> HRESULTAddRepeat: unsafe extern "system" fn(This: *mut IDCompositionAnimation, beginOffset: c_double, durationToRepeat: c_double) -> HRESULTEnd: unsafe extern "system" fn(This: *mut IDCompositionAnimation, endOffset: c_double, endValue: c_float) -> HRESULT

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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