pub enum IntelliMouseMode {
Disabled = 0,
Enabled = 1,
}Expand description
Intelli mouse mode controlls scroll reporting.
Variants§
Trait Implementations§
Source§impl Clone for IntelliMouseMode
impl Clone for IntelliMouseMode
Source§fn clone(&self) -> IntelliMouseMode
fn clone(&self) -> IntelliMouseMode
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 IntelliMouseMode
impl Debug for IntelliMouseMode
Source§impl Default for IntelliMouseMode
impl Default for IntelliMouseMode
Source§fn default() -> IntelliMouseMode
fn default() -> IntelliMouseMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for IntelliMouseMode
impl PartialEq for IntelliMouseMode
Source§impl TryFrom<u8> for IntelliMouseMode
impl TryFrom<u8> for IntelliMouseMode
impl Copy for IntelliMouseMode
impl StructuralPartialEq for IntelliMouseMode
Auto Trait Implementations§
impl Freeze for IntelliMouseMode
impl RefUnwindSafe for IntelliMouseMode
impl Send for IntelliMouseMode
impl Sync for IntelliMouseMode
impl Unpin for IntelliMouseMode
impl UnwindSafe for IntelliMouseMode
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