Struct xproto::xTranslateCoordsReply[][src]

#[repr(C)]pub struct xTranslateCoordsReply {
    pub type_: BYTE,
    pub sameScreen: BOOL,
    pub sequenceNumber: CARD16,
    pub length: CARD32,
    pub child: CARD32,
    pub dstX: INT16,
    pub dstY: INT16,
    pub pad2: CARD32,
    pub pad3: CARD32,
    pub pad4: CARD32,
    pub pad5: CARD32,
}

Fields

type_: BYTEsameScreen: BOOLsequenceNumber: CARD16length: CARD32child: CARD32dstX: INT16dstY: INT16pad2: CARD32pad3: CARD32pad4: CARD32pad5: CARD32

Trait Implementations

impl Clone for xTranslateCoordsReply[src]

impl Copy for xTranslateCoordsReply[src]

impl Debug for xTranslateCoordsReply[src]

impl Eq for xTranslateCoordsReply[src]

impl Parcel for xTranslateCoordsReply[src]

impl PartialEq<xTranslateCoordsReply> for xTranslateCoordsReply[src]

impl StructuralEq for xTranslateCoordsReply[src]

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