pub enum DispatchMouseEventTypeOption {
MousePressed,
MouseReleased,
MouseMoved,
MouseWheel,
}Variants§
Trait Implementations§
Source§impl Clone for DispatchMouseEventTypeOption
impl Clone for DispatchMouseEventTypeOption
Source§fn clone(&self) -> DispatchMouseEventTypeOption
fn clone(&self) -> DispatchMouseEventTypeOption
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 DispatchMouseEventTypeOption
impl Debug for DispatchMouseEventTypeOption
Source§impl<'de> Deserialize<'de> for DispatchMouseEventTypeOption
impl<'de> Deserialize<'de> for DispatchMouseEventTypeOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DispatchMouseEventTypeOption
impl PartialEq for DispatchMouseEventTypeOption
Source§fn eq(&self, other: &DispatchMouseEventTypeOption) -> bool
fn eq(&self, other: &DispatchMouseEventTypeOption) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DispatchMouseEventTypeOption
Auto Trait Implementations§
impl Freeze for DispatchMouseEventTypeOption
impl RefUnwindSafe for DispatchMouseEventTypeOption
impl Send for DispatchMouseEventTypeOption
impl Sync for DispatchMouseEventTypeOption
impl Unpin for DispatchMouseEventTypeOption
impl UnwindSafe for DispatchMouseEventTypeOption
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