[][src]Struct breadx::auto::xproto::GetWindowAttributesReply

pub struct GetWindowAttributesReply {
    pub reply_type: u8,
    pub backing_store: BackingStore,
    pub sequence: u16,
    pub length: u32,
    pub visual: Visualid,
    pub class: WindowClass,
    pub bit_gravity: Gravity,
    pub win_gravity: Gravity,
    pub backing_planes: u32,
    pub backing_pixel: u32,
    pub save_under: bool,
    pub map_is_installed: bool,
    pub map_state: MapState,
    pub override_redirect: bool,
    pub colormap: Colormap,
    pub all_event_masks: EventMask,
    pub your_event_mask: EventMask,
    pub do_not_propagate_mask: EventMask,
}

Fields

reply_type: u8backing_store: BackingStoresequence: u16length: u32visual: Visualidclass: WindowClassbit_gravity: Gravitywin_gravity: Gravitybacking_planes: u32backing_pixel: u32save_under: boolmap_is_installed: boolmap_state: MapStateoverride_redirect: boolcolormap: Colormapall_event_masks: EventMaskyour_event_mask: EventMaskdo_not_propagate_mask: EventMask

Trait Implementations

impl AsByteSequence for GetWindowAttributesReply[src]

impl Clone for GetWindowAttributesReply[src]

impl Debug for GetWindowAttributesReply[src]

impl Default for GetWindowAttributesReply[src]

impl From<GetWindowAttributesReply> for WindowAttributes[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.