Enum egui::MouseWheelUnit
source · pub enum MouseWheelUnit {
Point,
Line,
Page,
}
Expand description
The unit associated with the numeric value of a mouse wheel event
Variants§
Trait Implementations§
source§impl Clone for MouseWheelUnit
impl Clone for MouseWheelUnit
source§fn clone(&self) -> MouseWheelUnit
fn clone(&self) -> MouseWheelUnit
Returns a copy 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 MouseWheelUnit
impl Debug for MouseWheelUnit
source§impl PartialEq for MouseWheelUnit
impl PartialEq for MouseWheelUnit
source§fn eq(&self, other: &MouseWheelUnit) -> bool
fn eq(&self, other: &MouseWheelUnit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MouseWheelUnit
impl Eq for MouseWheelUnit
impl StructuralEq for MouseWheelUnit
impl StructuralPartialEq for MouseWheelUnit
Auto Trait Implementations§
impl RefUnwindSafe for MouseWheelUnit
impl Send for MouseWheelUnit
impl Sync for MouseWheelUnit
impl Unpin for MouseWheelUnit
impl UnwindSafe for MouseWheelUnit
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