Struct x11rb::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: bool
Implementations§
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
impl Copy 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