#[repr(C)]pub struct IDCompositionSkewTransform {
pub lpVtbl: *const IDCompositionSkewTransformVtbl,
}
Fields§
§lpVtbl: *const IDCompositionSkewTransformVtbl
Implementations§
Source§impl IDCompositionSkewTransform
impl IDCompositionSkewTransform
pub unsafe fn SetAngleX_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetAngleX_1(&self, angleX: c_float) -> HRESULT
pub unsafe fn SetAngleY_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetAngleY_1(&self, angleY: 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
Trait Implementations§
Source§impl Deref for IDCompositionSkewTransform
impl Deref for IDCompositionSkewTransform
Source§type Target = IDCompositionTransform
type Target = IDCompositionTransform
The resulting type after dereferencing.
Source§fn deref(&self) -> &IDCompositionTransform
fn deref(&self) -> &IDCompositionTransform
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IDCompositionSkewTransform
impl RefUnwindSafe for IDCompositionSkewTransform
impl !Send for IDCompositionSkewTransform
impl !Sync for IDCompositionSkewTransform
impl Unpin for IDCompositionSkewTransform
impl UnwindSafe for IDCompositionSkewTransform
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