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§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 UnwindSafe for ScrollingDelta
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