Struct xproto::xWarpPointerReq[][src]

#[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: INT16

Trait Implementations

impl Clone for xWarpPointerReq[src]

impl Copy for xWarpPointerReq[src]

impl Debug for xWarpPointerReq[src]

impl Eq for xWarpPointerReq[src]

impl Parcel for xWarpPointerReq[src]

impl PartialEq<xWarpPointerReq> for xWarpPointerReq[src]

impl StructuralEq for xWarpPointerReq[src]

impl StructuralPartialEq for xWarpPointerReq[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.