#[repr(transparent)]pub struct CoreWebView2PointerEventKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Source§impl Abi for CoreWebView2PointerEventKind
impl Abi for CoreWebView2PointerEventKind
Source§type Abi = CoreWebView2PointerEventKind
type Abi = CoreWebView2PointerEventKind
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for CoreWebView2PointerEventKind
impl Clone for CoreWebView2PointerEventKind
Source§fn clone(&self) -> CoreWebView2PointerEventKind
fn clone(&self) -> CoreWebView2PointerEventKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CoreWebView2PointerEventKind
impl Debug for CoreWebView2PointerEventKind
Source§impl Default for CoreWebView2PointerEventKind
impl Default for CoreWebView2PointerEventKind
Source§fn default() -> CoreWebView2PointerEventKind
fn default() -> CoreWebView2PointerEventKind
Returns the “default value” for a type. Read more
Source§impl From<i32> for CoreWebView2PointerEventKind
impl From<i32> for CoreWebView2PointerEventKind
Source§impl PartialEq for CoreWebView2PointerEventKind
impl PartialEq for CoreWebView2PointerEventKind
Source§fn eq(&self, other: &CoreWebView2PointerEventKind) -> bool
fn eq(&self, other: &CoreWebView2PointerEventKind) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CoreWebView2PointerEventKind
impl Eq for CoreWebView2PointerEventKind
impl StructuralPartialEq for CoreWebView2PointerEventKind
Auto Trait Implementations§
impl Freeze for CoreWebView2PointerEventKind
impl RefUnwindSafe for CoreWebView2PointerEventKind
impl Send for CoreWebView2PointerEventKind
impl Sync for CoreWebView2PointerEventKind
impl Unpin for CoreWebView2PointerEventKind
impl UnwindSafe for CoreWebView2PointerEventKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more