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
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).