Struct ICompositionShape_Vtbl
#[repr(C)]pub struct ICompositionShape_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
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
§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) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionShape_Vtbl
impl RefUnwindSafe for ICompositionShape_Vtbl
impl Send for ICompositionShape_Vtbl
impl Sync for ICompositionShape_Vtbl
impl Unpin for ICompositionShape_Vtbl
impl UnwindSafe for ICompositionShape_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