pub enum NativeMouseButtonAction {
Down,
Up,
}Variants§
Trait Implementations§
Source§impl Clone for NativeMouseButtonAction
impl Clone for NativeMouseButtonAction
Source§fn clone(&self) -> NativeMouseButtonAction
fn clone(&self) -> NativeMouseButtonAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NativeMouseButtonAction
Source§impl Debug for NativeMouseButtonAction
impl Debug for NativeMouseButtonAction
impl Eq for NativeMouseButtonAction
Source§impl PartialEq for NativeMouseButtonAction
impl PartialEq for NativeMouseButtonAction
Source§fn eq(&self, other: &NativeMouseButtonAction) -> bool
fn eq(&self, other: &NativeMouseButtonAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeMouseButtonAction
Auto Trait Implementations§
impl Freeze for NativeMouseButtonAction
impl RefUnwindSafe for NativeMouseButtonAction
impl Send for NativeMouseButtonAction
impl Sync for NativeMouseButtonAction
impl Unpin for NativeMouseButtonAction
impl UnsafeUnpin for NativeMouseButtonAction
impl UnwindSafe for NativeMouseButtonAction
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