pub struct IInkOverlay(/* private fields */);

Implementations§

§

impl IInkOverlay

pub unsafe fn hWnd(&self) -> Result<isize>

pub unsafe fn SethWnd(&self, newwindow: isize) -> Result<()>

pub unsafe fn Enabled(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetEnabled<P0>(&self, collecting: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn DefaultDrawingAttributes(&self) -> Result<IInkDrawingAttributes>

pub unsafe fn putref_DefaultDrawingAttributes<P0>( &self, newattributes: P0 ) -> Result<()>
where P0: IntoParam<IInkDrawingAttributes>,

pub unsafe fn Renderer(&self) -> Result<IInkRenderer>

pub unsafe fn putref_Renderer<P0>(&self, newinkrenderer: P0) -> Result<()>
where P0: IntoParam<IInkRenderer>,

pub unsafe fn Ink(&self) -> Result<IInkDisp>

pub unsafe fn putref_Ink<P0>(&self, newink: P0) -> Result<()>
where P0: IntoParam<IInkDisp>,

pub unsafe fn AutoRedraw(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetAutoRedraw<P0>(&self, autoredraw: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn CollectingInk(&self) -> Result<VARIANT_BOOL>

pub unsafe fn CollectionMode(&self) -> Result<InkCollectionMode>

pub unsafe fn SetCollectionMode(&self, mode: InkCollectionMode) -> Result<()>

pub unsafe fn DynamicRendering(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetDynamicRendering<P0>(&self, enabled: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn DesiredPacketDescription(&self) -> Result<VARIANT>

pub unsafe fn SetDesiredPacketDescription<P0>( &self, packetguids: P0 ) -> Result<()>
where P0: IntoParam<VARIANT>,

pub unsafe fn MouseIcon(&self) -> Result<IPictureDisp>

pub unsafe fn SetMouseIcon<P0>(&self, mouseicon: P0) -> Result<()>
where P0: IntoParam<IPictureDisp>,

pub unsafe fn putref_MouseIcon<P0>(&self, mouseicon: P0) -> Result<()>
where P0: IntoParam<IPictureDisp>,

pub unsafe fn MousePointer(&self) -> Result<InkMousePointer>

pub unsafe fn SetMousePointer( &self, mousepointer: InkMousePointer ) -> Result<()>

pub unsafe fn EditingMode(&self) -> Result<InkOverlayEditingMode>

pub unsafe fn SetEditingMode( &self, editingmode: InkOverlayEditingMode ) -> Result<()>

pub unsafe fn Selection(&self) -> Result<IInkStrokes>

pub unsafe fn SetSelection<P0>(&self, selection: P0) -> Result<()>
where P0: IntoParam<IInkStrokes>,

pub unsafe fn EraserMode(&self) -> Result<InkOverlayEraserMode>

pub unsafe fn SetEraserMode( &self, erasermode: InkOverlayEraserMode ) -> Result<()>

pub unsafe fn EraserWidth(&self) -> Result<i32>

pub unsafe fn SetEraserWidth(&self, neweraserwidth: i32) -> Result<()>

pub unsafe fn AttachMode(&self) -> Result<InkOverlayAttachMode>

pub unsafe fn SetAttachMode( &self, attachmode: InkOverlayAttachMode ) -> Result<()>

pub unsafe fn Cursors(&self) -> Result<IInkCursors>

pub unsafe fn MarginX(&self) -> Result<i32>

pub unsafe fn SetMarginX(&self, marginx: i32) -> Result<()>

pub unsafe fn MarginY(&self) -> Result<i32>

pub unsafe fn SetMarginY(&self, marginy: i32) -> Result<()>

pub unsafe fn Tablet(&self) -> Result<IInkTablet>

pub unsafe fn SupportHighContrastInk(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetSupportHighContrastInk<P0>(&self, support: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn SupportHighContrastSelectionUI(&self) -> Result<VARIANT_BOOL>

pub unsafe fn SetSupportHighContrastSelectionUI<P0>( &self, support: P0 ) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn HitTestSelection( &self, x: i32, y: i32 ) -> Result<SelectionHitResult>

pub unsafe fn Draw<P0>(&self, rect: P0) -> Result<()>
where P0: IntoParam<IInkRectangle>,

pub unsafe fn SetGestureStatus<P0>( &self, gesture: InkApplicationGesture, listen: P0 ) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn GetGestureStatus( &self, gesture: InkApplicationGesture ) -> Result<VARIANT_BOOL>

pub unsafe fn GetWindowInputRectangle( &self, windowinputrectangle: *mut Option<IInkRectangle> ) -> Result<()>

pub unsafe fn SetWindowInputRectangle<P0>( &self, windowinputrectangle: P0 ) -> Result<()>
where P0: IntoParam<IInkRectangle>,

pub unsafe fn SetAllTabletsMode<P0>(&self, usemouseforinput: P0) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

pub unsafe fn SetSingleTabletIntegratedMode<P0>(&self, tablet: P0) -> Result<()>
where P0: IntoParam<IInkTablet>,

pub unsafe fn GetEventInterest( &self, eventid: InkCollectorEventInterest ) -> Result<VARIANT_BOOL>

pub unsafe fn SetEventInterest<P0>( &self, eventid: InkCollectorEventInterest, listen: P0 ) -> Result<()>
where P0: IntoParam<VARIANT_BOOL>,

Trait Implementations§

§

impl Clone for IInkOverlay

§

fn clone(&self) -> IInkOverlay

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for IInkOverlay

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl From<&IInkOverlay> for &IDispatch

§

fn from(value: &IInkOverlay) -> Self

Converts to this type from the input type.
§

impl From<&IInkOverlay> for &IUnknown

§

fn from(value: &IInkOverlay) -> Self

Converts to this type from the input type.
§

impl From<IInkOverlay> for IDispatch

§

fn from(value: IInkOverlay) -> Self

Converts to this type from the input type.
§

impl From<IInkOverlay> for IUnknown

§

fn from(value: IInkOverlay) -> Self

Converts to this type from the input type.
§

impl Interface for IInkOverlay

§

fn as_raw(&self) -> *mut c_void

Returns the raw COM interface pointer. The resulting pointer continues to be owned by the Interface implementation.
§

fn into_raw(self) -> *mut c_void

Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§

unsafe fn from_raw(raw: *mut c_void) -> Self

Creates an Interface by taking ownership of the raw COM interface pointer. Read more
§

unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>

Creates an Interface that is valid so long as the raw COM interface pointer is valid. Read more
§

fn cast<T>(&self) -> Result<T, Error>
where T: Interface,

Attempts to cast the current interface to another interface using QueryInterface. Read more
§

fn downgrade(&self) -> Result<Weak<Self>, Error>

Attempts to create a Weak reference to this object.
§

unsafe fn query(&self, iid: *const GUID, interface: *mut *mut c_void) -> HRESULT

Call QueryInterface on this interface Read more
§

impl PartialEq for IInkOverlay

§

fn eq(&self, other: &IInkOverlay) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for IInkOverlay

§

impl StructuralPartialEq for IInkOverlay

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> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
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.