Module util

Source
Expand description

Utility types.

Macros§

batch_boxed
Batches API calls in different concrete futures.
batch_boxed_async
The async version of batch_boxed.

Structs§

Point
A point in space.
Rect
A rectangle with a location and size.
Size
A size with a width and height.

Enums§

Axis
A horizontal or vertical axis.

Traits§

Batch
Methods for batch sending API requests to the compositor.

Functions§

batch
Batches a set of requests that will be sent to the compositor all at once.
batch_async
The async version of batch.