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

#[repr(C)]pub struct IDCompositionTranslateTransform3DVtbl {
    pub parent: IDCompositionTransform3DVtbl,
    pub SetOffsetX_2: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, animation: *const IDCompositionAnimation) -> HRESULT,
    pub SetOffsetX_1: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, offsetX: c_float) -> HRESULT,
    pub SetOffsetY_2: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, animation: *const IDCompositionAnimation) -> HRESULT,
    pub SetOffsetY_1: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, offsetY: c_float) -> HRESULT,
    pub SetOffsetZ_2: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, animation: *const IDCompositionAnimation) -> HRESULT,
    pub SetOffsetZ_1: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, offsetZ: c_float) -> HRESULT,
}

Fields

parent: IDCompositionTransform3DVtblSetOffsetX_2: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, animation: *const IDCompositionAnimation) -> HRESULTSetOffsetX_1: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, offsetX: c_float) -> HRESULTSetOffsetY_2: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, animation: *const IDCompositionAnimation) -> HRESULTSetOffsetY_1: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, offsetY: c_float) -> HRESULTSetOffsetZ_2: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, animation: *const IDCompositionAnimation) -> HRESULTSetOffsetZ_1: unsafe extern "system" fn(This: *mut IDCompositionTranslateTransform3D, offsetZ: c_float) -> HRESULT

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.