#[repr(C)]pub struct IDCompositionRotateTransformVtbl {
pub parent: IDCompositionTransformVtbl,
pub SetAngle_2: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, animation: *const IDCompositionAnimation) -> HRESULT,
pub SetAngle_1: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, angle: c_float) -> HRESULT,
pub SetCenterX_2: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, animation: *const IDCompositionAnimation) -> HRESULT,
pub SetCenterX_1: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, centerX: c_float) -> HRESULT,
pub SetCenterY_2: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, animation: *const IDCompositionAnimation) -> HRESULT,
pub SetCenterY_1: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, centerY: c_float) -> HRESULT,
}Fields§
§parent: IDCompositionTransformVtbl§SetAngle_2: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, animation: *const IDCompositionAnimation) -> HRESULT§SetAngle_1: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, angle: c_float) -> HRESULT§SetCenterX_2: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, animation: *const IDCompositionAnimation) -> HRESULT§SetCenterX_1: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, centerX: c_float) -> HRESULT§SetCenterY_2: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, animation: *const IDCompositionAnimation) -> HRESULT§SetCenterY_1: unsafe extern "system" fn(This: *mut IDCompositionRotateTransform, centerY: c_float) -> HRESULTAuto Trait Implementations§
impl Freeze for IDCompositionRotateTransformVtbl
impl RefUnwindSafe for IDCompositionRotateTransformVtbl
impl Send for IDCompositionRotateTransformVtbl
impl Sync for IDCompositionRotateTransformVtbl
impl Unpin for IDCompositionRotateTransformVtbl
impl UnwindSafe for IDCompositionRotateTransformVtbl
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