Struct x11::xlib::Screen [] [src]

#[repr(C)]
pub struct Screen { pub ext_data: *mut XExtData, pub display: *mut Display, pub root: Window, pub width: c_int, pub height: c_int, pub mwidth: c_int, pub mheight: c_int, pub ndepths: c_int, pub depths: *mut Depth, pub root_depth: c_int, pub root_visual: *mut Visual, pub default_gc: GC, pub cmap: Colormap, pub white_pixel: c_ulong, pub black_pixel: c_ulong, pub max_maps: c_int, pub min_maps: c_int, pub backing_store: c_int, pub save_unders: Bool, pub root_input_mask: c_long, }

Fields

Trait Implementations

impl Debug for Screen
[src]

[src]

Formats the value using the given formatter.

impl Clone for Screen
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Screen
[src]

impl PartialEq for Screen
[src]

[src]

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

[src]

This method tests for !=.