Crate dwindow [] [src]

Reexports

pub use event::Event;

Modules

event

Event types.

sys

Platform-specific traits.

Structs

CallbackArgs

Window/view callback arguments.

Display

Window system entry point.

Error

dwindow error type.

EventQueue

Public event queue.

Id

Unique resource identifier type.

Signal

Signal which can be emitted to a Display from any thread.

Visual

Surface pixel format.

Window

Top-level window.

WindowBuilder

Builds a Window.

Enums

ErrorKind

Enumeration of error kinds.

RunMode

Main loop mode.

Type Definitions

Coord

Integer coordinate type.

Result

dwindow result type.