Struct x11::xlib::XSetWindowAttributes [−] [src]

pub struct XSetWindowAttributes {
    pub background_pixmap: Pixmap,
    pub background_pixel: c_ulong,
    pub border_pixmap: Pixmap,
    pub border_pixel: c_ulong,
    pub bit_gravity: c_int,
    pub win_gravity: c_int,
    pub backing_store: c_int,
    pub backing_planes: c_ulong,
    pub backing_pixel: c_ulong,
    pub save_under: Bool,
    pub event_mask: c_long,
    pub do_not_propagate_mask: c_long,
    pub override_redirect: Bool,
    pub colormap: Colormap,
    pub cursor: Cursor,
}

Fields

background_pixmap
background_pixel
border_pixmap
border_pixel
bit_gravity
win_gravity
backing_store
backing_planes
backing_pixel
save_under
event_mask
do_not_propagate_mask
override_redirect
colormap
cursor

Trait Implementations

Derived Implementations

impl PartialEq for XSetWindowAttributes

fn eq(&self, __arg_0: &XSetWindowAttributes) -> bool

fn ne(&self, __arg_0: &XSetWindowAttributes) -> bool

impl Copy for XSetWindowAttributes

impl Clone for XSetWindowAttributes

fn clone(&self) -> XSetWindowAttributes

fn clone_from(&mut self, source: &Self)