pub struct ChangePointerControlRequest {
pub acceleration_numerator: i16,
pub acceleration_denominator: i16,
pub threshold: i16,
pub do_acceleration: bool,
pub do_threshold: bool,
}
Fields§
§acceleration_numerator: i16
§acceleration_denominator: i16
§threshold: i16
§do_acceleration: bool
§do_threshold: bool
Implementations§
Trait Implementations§
Source§impl Clone for ChangePointerControlRequest
impl Clone for ChangePointerControlRequest
Source§fn clone(&self) -> ChangePointerControlRequest
fn clone(&self) -> ChangePointerControlRequest
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 ChangePointerControlRequest
impl Debug for ChangePointerControlRequest
Source§impl Default for ChangePointerControlRequest
impl Default for ChangePointerControlRequest
Source§fn default() -> ChangePointerControlRequest
fn default() -> ChangePointerControlRequest
Returns the “default value” for a type. Read more
Source§impl Hash for ChangePointerControlRequest
impl Hash for ChangePointerControlRequest
Source§impl Ord for ChangePointerControlRequest
impl Ord for ChangePointerControlRequest
Source§fn cmp(&self, other: &ChangePointerControlRequest) -> Ordering
fn cmp(&self, other: &ChangePointerControlRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ChangePointerControlRequest
impl PartialOrd for ChangePointerControlRequest
impl Copy for ChangePointerControlRequest
impl Eq for ChangePointerControlRequest
impl StructuralPartialEq for ChangePointerControlRequest
impl VoidRequest for ChangePointerControlRequest
Auto Trait Implementations§
impl Freeze for ChangePointerControlRequest
impl RefUnwindSafe for ChangePointerControlRequest
impl Send for ChangePointerControlRequest
impl Sync for ChangePointerControlRequest
impl Unpin for ChangePointerControlRequest
impl UnwindSafe for ChangePointerControlRequest
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