#[repr(C)]
pub struct IInkStrokeDisp_Vtbl {
Show 34 fields pub base__: IDispatch_Vtbl, pub ID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub BezierPoints: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub DrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub putref_DrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Ink: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub ExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub PolylineCusps: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub BezierCusps: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub SelfIntersections: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub PacketCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub PacketSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub PacketDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub Deleted: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub GetBoundingBox: unsafe extern "system" fn(_: *mut c_void, _: InkBoundingBoxMode, _: *mut *mut c_void) -> HRESULT, pub FindIntersections: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub GetRectangleIntersections: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub Clip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub HitTestCircle: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: f32, _: *mut VARIANT_BOOL) -> HRESULT, pub NearestPoint: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut f32, _: *mut f32) -> HRESULT, pub Split: unsafe extern "system" fn(_: *mut c_void, _: f32, _: *mut *mut c_void) -> HRESULT, pub GetPacketDescriptionPropertyMetrics: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut i32, _: *mut i32, _: *mut TabletPropertyMetricUnit, _: *mut f32) -> HRESULT, pub GetPoints: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub SetPoints: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>, _: i32, _: i32, _: *mut i32) -> HRESULT, pub GetPacketData: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub GetPacketValuesByProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub SetPacketValuesByProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<VARIANT>, _: i32, _: i32, _: *mut i32) -> HRESULT, pub GetFlattenedBezierPoints: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub Transform: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub ScaleToRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Move: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT, pub Rotate: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32) -> 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,
}

Fields§

§base__: IDispatch_Vtbl§ID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§BezierPoints: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT§DrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§putref_DrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Ink: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§PolylineCusps: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT§BezierCusps: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT§SelfIntersections: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT§PacketCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§PacketSize: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§PacketDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT§Deleted: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§GetBoundingBox: unsafe extern "system" fn(_: *mut c_void, _: InkBoundingBoxMode, _: *mut *mut c_void) -> HRESULT§FindIntersections: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT§GetRectangleIntersections: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT§Clip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§HitTestCircle: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: f32, _: *mut VARIANT_BOOL) -> HRESULT§NearestPoint: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut f32, _: *mut f32) -> HRESULT§Split: unsafe extern "system" fn(_: *mut c_void, _: f32, _: *mut *mut c_void) -> HRESULT§GetPacketDescriptionPropertyMetrics: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut i32, _: *mut i32, _: *mut TabletPropertyMetricUnit, _: *mut f32) -> HRESULT§GetPoints: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT§SetPoints: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>, _: i32, _: i32, _: *mut i32) -> HRESULT§GetPacketData: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT§GetPacketValuesByProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT§SetPacketValuesByProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<VARIANT>, _: i32, _: i32, _: *mut i32) -> HRESULT§GetFlattenedBezierPoints: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT§Transform: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT§ScaleToRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Move: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT§Rotate: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32) -> HRESULT§Shear: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT§ScaleTransform: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT

Implementations§

§

impl IInkStrokeDisp_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IInkStrokeDisp_Impl, const OFFSET: isize>( ) -> IInkStrokeDisp_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.