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

#[repr(C)]
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

Trait Implementations

impl Debug for XSetWindowAttributes
[src]

[src]

Formats the value using the given formatter.

impl Clone for XSetWindowAttributes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XSetWindowAttributes
[src]

impl PartialEq for XSetWindowAttributes
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.