Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2PointerInfo [−][src]
#[repr(transparent)]pub struct ICoreWebView2PointerInfo(_);Implementations
pub unsafe fn put_PointerDeviceRect<'a>(
&self,
pointerdevicerect: impl IntoParam<'a, RECT>
) -> Result<(), Error>
pub unsafe fn put_DisplayRect<'a>(
&self,
displayrect: impl IntoParam<'a, RECT>
) -> Result<(), Error>
pub unsafe fn put_PixelLocation<'a>(
&self,
pixellocation: impl IntoParam<'a, POINT>
) -> Result<(), Error>
pub unsafe fn put_HimetricLocation<'a>(
&self,
himetriclocation: impl IntoParam<'a, POINT>
) -> Result<(), Error>
pub unsafe fn put_PixelLocationRaw<'a>(
&self,
pixellocationraw: impl IntoParam<'a, POINT>
) -> Result<(), Error>
pub unsafe fn put_HimetricLocationRaw<'a>(
&self,
himetriclocationraw: impl IntoParam<'a, POINT>
) -> Result<(), Error>
pub unsafe fn put_TouchContact<'a>(
&self,
touchcontact: impl IntoParam<'a, RECT>
) -> Result<(), Error>
pub unsafe fn put_TouchContactRaw<'a>(
&self,
touchcontactraw: impl IntoParam<'a, RECT>
) -> Result<(), Error>
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2PointerInfo
impl !Send for ICoreWebView2PointerInfo
impl !Sync for ICoreWebView2PointerInfo
impl Unpin for ICoreWebView2PointerInfo
impl UnwindSafe for ICoreWebView2PointerInfo
Blanket Implementations
type DefaultType = Option<T>
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Mutably borrows from an owned value. Read more