#[repr(C)]pub struct IDCompositionScaleTransform {
pub lpVtbl: *const IDCompositionScaleTransformVtbl,
}
Fields§
§lpVtbl: *const IDCompositionScaleTransformVtbl
Implementations§
Source§impl IDCompositionScaleTransform
impl IDCompositionScaleTransform
pub unsafe fn SetScaleX_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetScaleX_1(&self, scaleX: c_float) -> HRESULT
pub unsafe fn SetScaleY_2( &self, animation: *const IDCompositionAnimation, ) -> HRESULT
pub unsafe fn SetScaleY_1(&self, scaleY: 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 IDCompositionScaleTransform
impl Deref for IDCompositionScaleTransform
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 IDCompositionScaleTransform
impl RefUnwindSafe for IDCompositionScaleTransform
impl !Send for IDCompositionScaleTransform
impl !Sync for IDCompositionScaleTransform
impl Unpin for IDCompositionScaleTransform
impl UnwindSafe for IDCompositionScaleTransform
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