Struct xproto::xGenericReply[][src]

#[repr(C)]pub struct xGenericReply {
    pub type_: BYTE,
    pub data1: BYTE,
    pub sequenceNumber: CARD16,
    pub length: CARD32,
    pub data00: CARD32,
    pub data01: CARD32,
    pub data02: CARD32,
    pub data03: CARD32,
    pub data04: CARD32,
    pub data05: CARD32,
}

XRep: meant to be 32 byte quantity

Fields

type_: BYTEdata1: BYTEsequenceNumber: CARD16length: CARD32data00: CARD32data01: CARD32data02: CARD32data03: CARD32data04: CARD32data05: CARD32

Trait Implementations

impl Clone for xGenericReply[src]

impl Copy for xGenericReply[src]

impl Debug for xGenericReply[src]

impl Eq for xGenericReply[src]

impl Parcel for xGenericReply[src]

impl PartialEq<xGenericReply> for xGenericReply[src]

impl StructuralEq for xGenericReply[src]

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