Struct ICompositionClip2_Vtbl
#[repr(C)]pub struct ICompositionClip2_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub AnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub CenterPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetCenterPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub RotationAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub RotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetRotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetScale: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub TransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix3x2) -> HRESULT,
pub SetTransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: Matrix3x2) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§AnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT§SetAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT§CenterPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT§SetCenterPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT§Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT§SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT§RotationAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§RotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetRotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT§SetScale: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT§TransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix3x2) -> HRESULT§SetTransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: Matrix3x2) -> HRESULTAuto Trait Implementations§
impl Freeze for ICompositionClip2_Vtbl
impl RefUnwindSafe for ICompositionClip2_Vtbl
impl Send for ICompositionClip2_Vtbl
impl Sync for ICompositionClip2_Vtbl
impl Unpin for ICompositionClip2_Vtbl
impl UnwindSafe for ICompositionClip2_Vtbl
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