pub enum WheelMode {
Ratchet,
FreeSpin,
}Expand description
Scroll wheel operating mode.
Variants§
Ratchet
Ratchet mode - notched scrolling with detents.
FreeSpin
Free-spin mode - smooth continuous scrolling.
Implementations§
Trait Implementations§
impl Copy for WheelMode
impl Eq for WheelMode
impl StructuralPartialEq for WheelMode
Auto Trait Implementations§
impl Freeze for WheelMode
impl RefUnwindSafe for WheelMode
impl Send for WheelMode
impl Sync for WheelMode
impl Unpin for WheelMode
impl UnwindSafe for WheelMode
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