Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2PointerInfo [−][src]
#[repr(transparent)]pub struct ICoreWebView2PointerInfo(_);
Implementations
pub unsafe fn SetPointerDeviceRect<'a, Param0>(
&self,
pointerdevicerect: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, RECT>,
pub unsafe fn SetDisplayRect<'a, Param0>(
&self,
displayrect: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, RECT>,
pub unsafe fn SetPixelLocation<'a, Param0>(
&self,
pixellocation: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, POINT>,
pub unsafe fn SetHimetricLocation<'a, Param0>(
&self,
himetriclocation: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, POINT>,
pub unsafe fn SetPixelLocationRaw<'a, Param0>(
&self,
pixellocationraw: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, POINT>,
pub unsafe fn SetHimetricLocationRaw<'a, Param0>(
&self,
himetriclocationraw: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, POINT>,
pub unsafe fn SetTouchContact<'a, Param0>(
&self,
touchcontact: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, RECT>,
pub unsafe fn SetTouchContactRaw<'a, Param0>(
&self,
touchcontactraw: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, RECT>,
Trait Implementations
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
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety