pub struct Jitter {
pub threshold: f32,
}
Expand description
Discard axis events that changed less than threshold
.
Fields§
§threshold: f32
Implementations§
Trait Implementations§
source§impl PartialEq for Jitter
impl PartialEq for Jitter
impl Copy for Jitter
impl StructuralPartialEq for Jitter
Auto Trait Implementations§
impl Freeze for Jitter
impl RefUnwindSafe for Jitter
impl Send for Jitter
impl Sync for Jitter
impl Unpin for Jitter
impl UnwindSafe for Jitter
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