Struct x11rb_async::protocol::xproto::ChangePointerControlRequest
source · 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: boolImplementations§
Trait Implementations§
source§impl Clone for ChangePointerControlRequest
impl Clone for ChangePointerControlRequest
source§fn clone(&self) -> ChangePointerControlRequest
fn clone(&self) -> ChangePointerControlRequest
Returns a copy 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 PartialEq for ChangePointerControlRequest
impl PartialEq for ChangePointerControlRequest
source§fn eq(&self, other: &ChangePointerControlRequest) -> bool
fn eq(&self, other: &ChangePointerControlRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ChangePointerControlRequest
impl PartialOrd for ChangePointerControlRequest
source§fn partial_cmp(&self, other: &ChangePointerControlRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &ChangePointerControlRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ChangePointerControlRequest
impl Eq for ChangePointerControlRequest
impl StructuralEq for ChangePointerControlRequest
impl StructuralPartialEq for ChangePointerControlRequest
impl VoidRequest for ChangePointerControlRequest
Auto Trait Implementations§
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