Struct dwindow::Display [] [src]

pub struct Display { /* fields omitted */ }

Window system entry point.

Methods

impl Display
[src]

Returns the default visual.

Creates a signal which can be emitted to this display.

Returns a window builder.

Opens the main (one per process) display.

Runs the main loop with a specified mode.

Runs the main loop in active mode.

Runs the main loop in passive mode.

Runs the main loop in synchronized mode.

Changes the run mode of the active main loop.

Stops the active main loop.

Blocks until all I/O bound operations are finished.

Trait Implementations

impl DisplayExt for Display
[src]

impl Eq for Display
[src]

impl PartialEq for Display
[src]

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

This method tests for !=.