Struct xproto::xWarpPointerReq
source · #[repr(C)]pub struct xWarpPointerReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub srcWid: CARD32,
pub dstWid: CARD32,
pub srcX: INT16,
pub srcY: INT16,
pub srcWidth: CARD16,
pub srcHeight: CARD16,
pub dstX: INT16,
pub dstY: INT16,
}Fields
reqType: CARD8pad: BYTElength: CARD16srcWid: CARD32dstWid: CARD32srcX: INT16srcY: INT16srcWidth: CARD16srcHeight: CARD16dstX: INT16dstY: INT16Trait Implementations
sourceimpl Clone for xWarpPointerReq
impl Clone for xWarpPointerReq
sourcefn clone(&self) -> xWarpPointerReq
fn clone(&self) -> xWarpPointerReq
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 xWarpPointerReq
impl Debug for xWarpPointerReq
impl Copy for xWarpPointerReq
Auto Trait Implementations
impl RefUnwindSafe for xWarpPointerReq
impl Send for xWarpPointerReq
impl Sync for xWarpPointerReq
impl Unpin for xWarpPointerReq
impl UnwindSafe for xWarpPointerReq
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