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

Implementations§

source§

impl ICoreWebView2PointerInfo

source

pub unsafe fn PointerKind(&self, pointerkind: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetPointerKind(&self, pointerkind: u32) -> Result<(), Error>

source

pub unsafe fn PointerId(&self, pointerid: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetPointerId(&self, pointerid: u32) -> Result<(), Error>

source

pub unsafe fn FrameId(&self, frameid: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetFrameId(&self, frameid: u32) -> Result<(), Error>

source

pub unsafe fn PointerFlags(&self, pointerflags: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetPointerFlags(&self, pointerflags: u32) -> Result<(), Error>

source

pub unsafe fn PointerDeviceRect( &self, pointerdevicerect: *mut RECT, ) -> Result<(), Error>

source

pub unsafe fn SetPointerDeviceRect( &self, pointerdevicerect: RECT, ) -> Result<(), Error>

source

pub unsafe fn DisplayRect(&self, displayrect: *mut RECT) -> Result<(), Error>

source

pub unsafe fn SetDisplayRect(&self, displayrect: RECT) -> Result<(), Error>

source

pub unsafe fn PixelLocation( &self, pixellocation: *mut POINT, ) -> Result<(), Error>

source

pub unsafe fn SetPixelLocation(&self, pixellocation: POINT) -> Result<(), Error>

source

pub unsafe fn HimetricLocation( &self, himetriclocation: *mut POINT, ) -> Result<(), Error>

source

pub unsafe fn SetHimetricLocation( &self, himetriclocation: POINT, ) -> Result<(), Error>

source

pub unsafe fn PixelLocationRaw( &self, pixellocationraw: *mut POINT, ) -> Result<(), Error>

source

pub unsafe fn SetPixelLocationRaw( &self, pixellocationraw: POINT, ) -> Result<(), Error>

source

pub unsafe fn HimetricLocationRaw( &self, himetriclocationraw: *mut POINT, ) -> Result<(), Error>

source

pub unsafe fn SetHimetricLocationRaw( &self, himetriclocationraw: POINT, ) -> Result<(), Error>

source

pub unsafe fn Time(&self, time: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetTime(&self, time: u32) -> Result<(), Error>

source

pub unsafe fn HistoryCount(&self, historycount: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetHistoryCount(&self, historycount: u32) -> Result<(), Error>

source

pub unsafe fn InputData(&self, inputdata: *mut i32) -> Result<(), Error>

source

pub unsafe fn SetInputData(&self, inputdata: i32) -> Result<(), Error>

source

pub unsafe fn KeyStates(&self, keystates: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetKeyStates(&self, keystates: u32) -> Result<(), Error>

source

pub unsafe fn PerformanceCount( &self, performancecount: *mut u64, ) -> Result<(), Error>

source

pub unsafe fn SetPerformanceCount( &self, performancecount: u64, ) -> Result<(), Error>

source

pub unsafe fn ButtonChangeKind( &self, buttonchangekind: *mut i32, ) -> Result<(), Error>

source

pub unsafe fn SetButtonChangeKind( &self, buttonchangekind: i32, ) -> Result<(), Error>

source

pub unsafe fn PenFlags(&self, penflags: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetPenFlags(&self, penflags: u32) -> Result<(), Error>

source

pub unsafe fn PenMask(&self, penmask: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetPenMask(&self, penmask: u32) -> Result<(), Error>

source

pub unsafe fn PenPressure(&self, penpressure: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetPenPressure(&self, penpressure: u32) -> Result<(), Error>

source

pub unsafe fn PenRotation(&self, penrotation: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetPenRotation(&self, penrotation: u32) -> Result<(), Error>

source

pub unsafe fn PenTiltX(&self, pentiltx: *mut i32) -> Result<(), Error>

source

pub unsafe fn SetPenTiltX(&self, pentiltx: i32) -> Result<(), Error>

source

pub unsafe fn PenTiltY(&self, pentilty: *mut i32) -> Result<(), Error>

source

pub unsafe fn SetPenTiltY(&self, pentilty: i32) -> Result<(), Error>

source

pub unsafe fn TouchFlags(&self, touchflags: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetTouchFlags(&self, touchflags: u32) -> Result<(), Error>

source

pub unsafe fn TouchMask(&self, touchmask: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetTouchMask(&self, touchmask: u32) -> Result<(), Error>

source

pub unsafe fn TouchContact(&self, touchcontact: *mut RECT) -> Result<(), Error>

source

pub unsafe fn SetTouchContact(&self, touchcontact: RECT) -> Result<(), Error>

source

pub unsafe fn TouchContactRaw( &self, touchcontactraw: *mut RECT, ) -> Result<(), Error>

source

pub unsafe fn SetTouchContactRaw( &self, touchcontactraw: RECT, ) -> Result<(), Error>

source

pub unsafe fn TouchOrientation( &self, touchorientation: *mut u32, ) -> Result<(), Error>

source

pub unsafe fn SetTouchOrientation( &self, touchorientation: u32, ) -> Result<(), Error>

source

pub unsafe fn TouchPressure(&self, touchpressure: *mut u32) -> Result<(), Error>

source

pub unsafe fn SetTouchPressure(&self, touchpressure: u32) -> Result<(), Error>

Trait Implementations§

source§

impl Clone for ICoreWebView2PointerInfo

source§

fn clone(&self) -> ICoreWebView2PointerInfo

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
source§

impl Debug for ICoreWebView2PointerInfo

source§

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

Formats the value using the given formatter. Read more
source§

impl Deref for ICoreWebView2PointerInfo

§

type Target = IUnknown

The resulting type after dereferencing.
source§

fn deref(&self) -> &<ICoreWebView2PointerInfo as Deref>::Target

Dereferences the value.
source§

impl From<&ICoreWebView2PointerInfo> for &IUnknown

source§

fn from(value: &ICoreWebView2PointerInfo) -> &IUnknown

Converts to this type from the input type.
source§

impl From<ICoreWebView2PointerInfo> for IUnknown

source§

fn from(value: ICoreWebView2PointerInfo) -> IUnknown

Converts to this type from the input type.
source§

impl Interface for ICoreWebView2PointerInfo

source§

const IID: GUID = _

The GUID associated with the interface.
source§

fn as_raw(&self) -> *mut c_void

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

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.
source§

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

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

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
source§

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

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

fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>
where T: ComObjectInner, <T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,

This casts the given COM interface to [&dyn Any]. Read more
source§

fn is_object<T>(&self) -> bool
where T: ComObjectInner, <T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,

Returns true if the given COM interface refers to an implementation of T. Read more
source§

fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>
where T: ComObjectInner, <T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,

This casts the given COM interface to [&dyn Any]. It returns a reference to the “outer” object, e.g. &MyApp_Impl, not the inner &MyApp object. Read more
source§

fn cast_object<T>(&self) -> Result<ComObject<T>, Error>
where T: ComObjectInner, <T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,

This casts the given COM interface to [&dyn Any]. It returns a reference to the “outer” object, e.g. MyApp_Impl, not the inner MyApp object. Read more
source§

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

Attempts to create a Weak reference to this object.
source§

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

Call QueryInterface on this interface Read more
source§

fn to_ref(&self) -> InterfaceRef<'_, Self>

Creates an InterfaceRef for this reference. The InterfaceRef tracks lifetimes statically, and eliminates the need for dynamic reference count adjustments (AddRef/Release).
source§

impl PartialEq for ICoreWebView2PointerInfo

source§

fn eq(&self, other: &ICoreWebView2PointerInfo) -> 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.
source§

impl Eq for ICoreWebView2PointerInfo

source§

impl StructuralPartialEq for ICoreWebView2PointerInfo

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.