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

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

Fields

lpVtbl: *const IDCompositionRotateTransform3DVtbl

Methods

impl IDCompositionRotateTransform3D[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Trait Implementations

impl Interface for IDCompositionRotateTransform3D[src]

impl Deref for IDCompositionRotateTransform3D[src]

type Target = IDCompositionTransform3D

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]