pub struct VerticalScrollingFeature { /* private fields */ }Expand description
Implements the VerticalScrolling / 0x2100 feature.
Implementations§
Source§impl VerticalScrollingFeature
impl VerticalScrollingFeature
Sourcepub async fn get_roller_info(&self) -> Result<RollerInfo, Hidpp20Error>
pub async fn get_roller_info(&self) -> Result<RollerInfo, Hidpp20Error>
Retrieves roller information.
Trait Implementations§
Source§impl Clone for VerticalScrollingFeature
impl Clone for VerticalScrollingFeature
Source§fn clone(&self) -> VerticalScrollingFeature
fn clone(&self) -> VerticalScrollingFeature
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 moreSource§impl CreatableFeature for VerticalScrollingFeature
impl CreatableFeature for VerticalScrollingFeature
Source§const STARTING_VERSION: u8 = 0
const STARTING_VERSION: u8 = 0
The version of the feature the implementation starts to support.
impl Feature for VerticalScrollingFeature
Auto Trait Implementations§
impl !RefUnwindSafe for VerticalScrollingFeature
impl !UnwindSafe for VerticalScrollingFeature
impl Freeze for VerticalScrollingFeature
impl Send for VerticalScrollingFeature
impl Sync for VerticalScrollingFeature
impl Unpin for VerticalScrollingFeature
impl UnsafeUnpin for VerticalScrollingFeature
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