Struct xcb::ffi::xproto::xcb_get_window_attributes_reply_t [] [src]

#[repr(C)]
pub struct xcb_get_window_attributes_reply_t { pub response_type: u8, pub backing_store: u8, pub sequence: u16, pub length: u32, pub visual: xcb_visualid_t, pub class: u16, pub bit_gravity: u8, pub win_gravity: u8, pub backing_planes: u32, pub backing_pixel: u32, pub save_under: u8, pub map_is_installed: u8, pub map_state: u8, pub override_redirect: u8, pub colormap: xcb_colormap_t, pub all_event_masks: u32, pub your_event_mask: u32, pub do_not_propagate_mask: u16, pub pad0: [u8; 2], }

Fields

The associated visual structure of window.

Planes to be preserved if possible.

Value to be used when restoring planes.

Boolean, should bits under be saved?

Window managers should ignore this window if override_redirect is 1.

Color map to be associated with window.

Set of events all people have interest in.

My event mask.

Set of events that should not propagate.

Trait Implementations

impl Copy for xcb_get_window_attributes_reply_t
[src]

impl Clone for xcb_get_window_attributes_reply_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more