Struct xproto::xGetWindowAttributesReply[][src]

#[repr(C)]pub struct xGetWindowAttributesReply {
    pub type_: BYTE,
    pub backingStore: CARD8,
    pub sequenceNumber: CARD16,
    pub length: CARD32,
    pub visualID: CARD32,
    pub class: CARD16,
    pub bitGravity: CARD8,
    pub winGravity: CARD8,
    pub backingBitPlanes: CARD32,
    pub backingPixel: CARD32,
    pub saveUnder: BOOL,
    pub mapInstalled: BOOL,
    pub mapState: CARD8,
    pub override_: BOOL,
    pub colormap: CARD32,
    pub allEventMasks: CARD32,
    pub yourEventMask: CARD32,
    pub doNotPropagateMask: CARD16,
    pub pad: CARD16,
}

Fields

type_: BYTEbackingStore: CARD8sequenceNumber: CARD16length: CARD32visualID: CARD32class: CARD16bitGravity: CARD8winGravity: CARD8backingBitPlanes: CARD32backingPixel: CARD32saveUnder: BOOLmapInstalled: BOOLmapState: CARD8override_: BOOLcolormap: CARD32allEventMasks: CARD32yourEventMask: CARD32doNotPropagateMask: CARD16pad: CARD16

Trait Implementations

impl Clone for xGetWindowAttributesReply[src]

impl Copy for xGetWindowAttributesReply[src]

impl Debug for xGetWindowAttributesReply[src]

impl Eq for xGetWindowAttributesReply[src]

impl Parcel for xGetWindowAttributesReply[src]

impl PartialEq<xGetWindowAttributesReply> for xGetWindowAttributesReply[src]

impl StructuralEq for xGetWindowAttributesReply[src]

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