Struct xproto::xChangePointerControlReq
source · #[repr(C)]pub struct xChangePointerControlReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub accelNum: INT16,
pub accelDenum: INT16,
pub threshold: INT16,
pub doAccel: BOOL,
pub doThresh: BOOL,
}Fields
reqType: CARD8pad: BYTElength: CARD16accelNum: INT16accelDenum: INT16threshold: INT16doAccel: BOOLdoThresh: BOOLTrait Implementations
sourceimpl Clone for xChangePointerControlReq
impl Clone for xChangePointerControlReq
sourcefn clone(&self) -> xChangePointerControlReq
fn clone(&self) -> xChangePointerControlReq
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for xChangePointerControlReq
impl Debug for xChangePointerControlReq
impl Copy for xChangePointerControlReq
Auto Trait Implementations
impl RefUnwindSafe for xChangePointerControlReq
impl Send for xChangePointerControlReq
impl Sync for xChangePointerControlReq
impl Unpin for xChangePointerControlReq
impl UnwindSafe for xChangePointerControlReq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more