pub struct ThumbWheelConfig {
pub divert: bool,
pub invert: bool,
}Expand description
Thumb wheel configuration for set operations.
Fields§
§divert: boolDivert thumb wheel events to software.
invert: boolInvert scroll direction.
Trait Implementations§
Source§impl Clone for ThumbWheelConfig
impl Clone for ThumbWheelConfig
Source§fn clone(&self) -> ThumbWheelConfig
fn clone(&self) -> ThumbWheelConfig
Returns a duplicate 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 ThumbWheelConfig
impl Debug for ThumbWheelConfig
Source§impl Default for ThumbWheelConfig
impl Default for ThumbWheelConfig
Source§fn default() -> ThumbWheelConfig
fn default() -> ThumbWheelConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for ThumbWheelConfig
impl PartialEq for ThumbWheelConfig
impl Eq for ThumbWheelConfig
impl StructuralPartialEq for ThumbWheelConfig
Auto Trait Implementations§
impl Freeze for ThumbWheelConfig
impl RefUnwindSafe for ThumbWheelConfig
impl Send for ThumbWheelConfig
impl Sync for ThumbWheelConfig
impl Unpin for ThumbWheelConfig
impl UnwindSafe for ThumbWheelConfig
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