Struct xproto::xChangeActivePointerGrabReq
source · #[repr(C)]pub struct xChangeActivePointerGrabReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub cursor: CARD32,
pub time: CARD32,
pub eventMask: CARD16,
pub pad2: CARD16,
}Fields
reqType: CARD8pad: BYTElength: CARD16cursor: CARD32time: CARD32eventMask: CARD16pad2: CARD16Trait Implementations
sourceimpl Clone for xChangeActivePointerGrabReq
impl Clone for xChangeActivePointerGrabReq
sourcefn clone(&self) -> xChangeActivePointerGrabReq
fn clone(&self) -> xChangeActivePointerGrabReq
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 xChangeActivePointerGrabReq
impl Debug for xChangeActivePointerGrabReq
impl Copy for xChangeActivePointerGrabReq
Auto Trait Implementations
impl RefUnwindSafe for xChangeActivePointerGrabReq
impl Send for xChangeActivePointerGrabReq
impl Sync for xChangeActivePointerGrabReq
impl Unpin for xChangeActivePointerGrabReq
impl UnwindSafe for xChangeActivePointerGrabReq
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