pub enum ScrollReportingTarget {
Native,
Diverted,
}Expand description
Destination for vertical wheel movement reports.
Variants§
Native
Ordinary HID scroll reports delivered to the operating system.
Diverted
HID++ notifications consumed by a host-side handler.
Trait Implementations§
Source§impl Clone for ScrollReportingTarget
impl Clone for ScrollReportingTarget
Source§fn clone(&self) -> ScrollReportingTarget
fn clone(&self) -> ScrollReportingTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScrollReportingTarget
Source§impl Debug for ScrollReportingTarget
impl Debug for ScrollReportingTarget
impl Eq for ScrollReportingTarget
Source§impl PartialEq for ScrollReportingTarget
impl PartialEq for ScrollReportingTarget
impl StructuralPartialEq for ScrollReportingTarget
Auto Trait Implementations§
impl Freeze for ScrollReportingTarget
impl RefUnwindSafe for ScrollReportingTarget
impl Send for ScrollReportingTarget
impl Sync for ScrollReportingTarget
impl Unpin for ScrollReportingTarget
impl UnsafeUnpin for ScrollReportingTarget
impl UnwindSafe for ScrollReportingTarget
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.