#[repr(C)]pub struct IDCompositionRotateTransform3D {
pub lpVtbl: *const IDCompositionRotateTransform3DVtbl,
}
Fields§
§lpVtbl: *const IDCompositionRotateTransform3DVtbl
Implementations§
Source§impl IDCompositionRotateTransform3D
impl IDCompositionRotateTransform3D
pub unsafe fn SetAngle_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetAngle_1(&self, angle: c_float) -> HRESULT
pub unsafe fn SetAxisX_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetAxisX_1(&self, axisX: c_float) -> HRESULT
pub unsafe fn SetAxisY_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetAxisY_1(&self, axisY: c_float) -> HRESULT
pub unsafe fn SetAxisZ_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetAxisZ_1(&self, axisZ: c_float) -> HRESULT
pub unsafe fn SetCenterX_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetCenterX_1(&self, centerX: c_float) -> HRESULT
pub unsafe fn SetCenterY_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetCenterY_1(&self, centerY: c_float) -> HRESULT
pub unsafe fn SetCenterZ_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetCenterZ_1(&self, centerZ: c_float) -> HRESULT
Trait Implementations§
Source§impl Deref for IDCompositionRotateTransform3D
impl Deref for IDCompositionRotateTransform3D
Source§type Target = IDCompositionTransform3D
type Target = IDCompositionTransform3D
The resulting type after dereferencing.
Source§fn deref(&self) -> &IDCompositionTransform3D
fn deref(&self) -> &IDCompositionTransform3D
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IDCompositionRotateTransform3D
impl RefUnwindSafe for IDCompositionRotateTransform3D
impl !Send for IDCompositionRotateTransform3D
impl !Sync for IDCompositionRotateTransform3D
impl Unpin for IDCompositionRotateTransform3D
impl UnwindSafe for IDCompositionRotateTransform3D
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more