Struct xproto::xQueryPointerReply[][src]

#[repr(C)]pub struct xQueryPointerReply {
    pub type_: BYTE,
    pub sameScreen: BOOL,
    pub sequenceNumber: CARD16,
    pub length: CARD32,
    pub root: CARD32,
    pub child: CARD32,
    pub rootX: INT16,
    pub rootY: INT16,
    pub winX: INT16,
    pub winY: INT16,
    pub mask: CARD16,
    pub pad1: CARD16,
    pub pad: CARD32,
}

Fields

type_: BYTEsameScreen: BOOLsequenceNumber: CARD16length: CARD32root: CARD32child: CARD32rootX: INT16rootY: INT16winX: INT16winY: INT16mask: CARD16pad1: CARD16pad: CARD32

Trait Implementations

impl Clone for xQueryPointerReply[src]

impl Copy for xQueryPointerReply[src]

impl Debug for xQueryPointerReply[src]

impl Eq for xQueryPointerReply[src]

impl Parcel for xQueryPointerReply[src]

impl PartialEq<xQueryPointerReply> for xQueryPointerReply[src]

impl StructuralEq for xQueryPointerReply[src]

impl StructuralPartialEq for xQueryPointerReply[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.