Struct xproto::xWindowRoot[][src]

#[repr(C)]pub struct xWindowRoot {
    pub windowId: CARD32,
    pub defaultColormap: CARD32,
    pub whitePixel: CARD32,
    pub blackPixel: CARD32,
    pub currentInputMask: CARD32,
    pub pixWidth: CARD16,
    pub pixHeight: CARD16,
    pub mmWidth: CARD16,
    pub mmHeight: CARD16,
    pub minInstalledMaps: CARD16,
    pub maxInstalledMaps: CARD16,
    pub rootVisualID: CARD32,
    pub backingStore: CARD8,
    pub saveUnders: BOOL,
    pub rootDepth: CARD8,
    pub nDepths: CARD8,
}

Fields

windowId: CARD32defaultColormap: CARD32whitePixel: CARD32blackPixel: CARD32currentInputMask: CARD32pixWidth: CARD16pixHeight: CARD16mmWidth: CARD16mmHeight: CARD16minInstalledMaps: CARD16maxInstalledMaps: CARD16rootVisualID: CARD32backingStore: CARD8saveUnders: BOOLrootDepth: CARD8nDepths: CARD8

Trait Implementations

impl Clone for xWindowRoot[src]

impl Copy for xWindowRoot[src]

impl Debug for xWindowRoot[src]

impl Eq for xWindowRoot[src]

impl Parcel for xWindowRoot[src]

impl PartialEq<xWindowRoot> for xWindowRoot[src]

impl StructuralEq for xWindowRoot[src]

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