pub enum ScrollingDelta {
Line(f32, f32),
Pixel(f64, f64),
}Expand description
Scrolling delta.
Variants§
Trait Implementations§
Source§impl Debug for ScrollingDelta
impl Debug for ScrollingDelta
Source§impl PartialEq for ScrollingDelta
impl PartialEq for ScrollingDelta
Source§fn eq(&self, other: &ScrollingDelta) -> bool
fn eq(&self, other: &ScrollingDelta) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ScrollingDelta
impl PartialOrd for ScrollingDelta
impl StructuralPartialEq for ScrollingDelta
Auto Trait Implementations§
impl Freeze for ScrollingDelta
impl RefUnwindSafe for ScrollingDelta
impl Send for ScrollingDelta
impl Sync for ScrollingDelta
impl Unpin for ScrollingDelta
impl UnsafeUnpin for ScrollingDelta
impl UnwindSafe for ScrollingDelta
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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