#[repr(transparent)]pub struct CoreWebView2MouseEventKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Source§impl CoreWebView2MouseEventKind
impl CoreWebView2MouseEventKind
pub const HorizontalWheel: Self
pub const LeftButtonDoubleClick: Self
pub const LeftButtonDown: Self
pub const LeftButtonUp: Self
pub const Leave: Self
pub const MiddleButtonDoubleClick: Self
pub const MiddleButtonDown: Self
pub const MiddleButtonUp: Self
pub const Move: Self
pub const RightButtonDoubleClick: Self
pub const RightButtonDown: Self
pub const RightButtonUp: Self
pub const Wheel: Self
pub const XButtonDoubleClick: Self
pub const XButtonDown: Self
pub const XButtonUp: Self
Trait Implementations§
Source§impl Abi for CoreWebView2MouseEventKind
impl Abi for CoreWebView2MouseEventKind
Source§type Abi = CoreWebView2MouseEventKind
type Abi = CoreWebView2MouseEventKind
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 CoreWebView2MouseEventKind
impl Clone for CoreWebView2MouseEventKind
Source§fn clone(&self) -> CoreWebView2MouseEventKind
fn clone(&self) -> CoreWebView2MouseEventKind
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 CoreWebView2MouseEventKind
impl Debug for CoreWebView2MouseEventKind
Source§impl Default for CoreWebView2MouseEventKind
impl Default for CoreWebView2MouseEventKind
Source§fn default() -> CoreWebView2MouseEventKind
fn default() -> CoreWebView2MouseEventKind
Returns the “default value” for a type. Read more
Source§impl From<i32> for CoreWebView2MouseEventKind
impl From<i32> for CoreWebView2MouseEventKind
impl Copy for CoreWebView2MouseEventKind
impl Eq for CoreWebView2MouseEventKind
impl StructuralPartialEq for CoreWebView2MouseEventKind
Auto Trait Implementations§
impl Freeze for CoreWebView2MouseEventKind
impl RefUnwindSafe for CoreWebView2MouseEventKind
impl Send for CoreWebView2MouseEventKind
impl Sync for CoreWebView2MouseEventKind
impl Unpin for CoreWebView2MouseEventKind
impl UnwindSafe for CoreWebView2MouseEventKind
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