Struct IInkTransform_Vtbl
#[repr(C)]pub struct IInkTransform_Vtbl {Show 23 fields
pub base__: IDispatch_Vtbl,
pub Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Translate: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT,
pub Rotate: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32) -> HRESULT,
pub Reflect: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: VARIANT_BOOL) -> HRESULT,
pub Shear: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT,
pub ScaleTransform: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT,
pub GetTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut f32, _: *mut f32, _: *mut f32, _: *mut f32, _: *mut f32, _: *mut f32) -> HRESULT,
pub SetTransform: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32) -> HRESULT,
pub eM11: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SeteM11: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub eM12: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SeteM12: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub eM21: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SeteM21: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub eM22: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SeteM22: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub eDx: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SeteDx: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub eDy: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SeteDy: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub Data: unsafe extern "system" fn(_: *mut c_void, _: *mut XFORM) -> HRESULT,
pub SetData: unsafe extern "system" fn(_: *mut c_void, _: XFORM) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Translate: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT
§Rotate: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32) -> HRESULT
§Reflect: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: VARIANT_BOOL) -> HRESULT
§Shear: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT
§ScaleTransform: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT
§GetTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut f32, _: *mut f32, _: *mut f32, _: *mut f32, _: *mut f32, _: *mut f32) -> HRESULT
§SetTransform: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32, _: f32, _: f32) -> HRESULT
§eM11: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SeteM11: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§eM12: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SeteM12: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§eM21: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SeteM21: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§eM22: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SeteM22: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§eDx: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SeteDx: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§eDy: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SeteDy: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§Data: unsafe extern "system" fn(_: *mut c_void, _: *mut XFORM) -> HRESULT
§SetData: unsafe extern "system" fn(_: *mut c_void, _: XFORM) -> HRESULT
Implementations§
§impl IInkTransform_Vtbl
impl IInkTransform_Vtbl
pub const fn new<Identity: IInkTransform_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInkTransform_Vtbl
impl RefUnwindSafe for IInkTransform_Vtbl
impl Send for IInkTransform_Vtbl
impl Sync for IInkTransform_Vtbl
impl Unpin for IInkTransform_Vtbl
impl UnwindSafe for IInkTransform_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