#[repr(transparent)]
pub struct ICoreWebView2PointerInfo(_);

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 ComInterface for ICoreWebView2PointerInfo

source§

const IID: GUID = ::windows::core::GUID::from_u128(306518656062431998049156729529596614329)

A unique identifier representing this interface.
source§

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

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

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

Attempts to create a Weak reference to this object.
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 Interface for ICoreWebView2PointerInfo

§

type Vtable = ICoreWebView2PointerInfo_Vtbl

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§

impl PartialEq<ICoreWebView2PointerInfo> 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

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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 Twhere 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 Twhere 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 Twhere 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 Twhere 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.