Crate fidl_examples_canvas_clientrequesteddraw

Source

Structs§

BoundingBox
A bounding box in 2D space. This is the result of “drawing” operations on our canvas, and what the server reports back to the client. These bounds are sufficient to contain all of the lines (inclusive) on a canvas at a given time.
InstanceAddLinesRequest
InstanceControlHandle
InstanceEventStream
InstanceMarker
InstanceProxy
InstanceReadyResponder
InstanceRequestStream
A Stream of incoming requests for examples.canvas.clientrequesteddraw/Instance.
InstanceSynchronousProxy
Point
A point in 2D space.

Enums§

InstanceEvent
InstanceRequest
Manages a single instance of a canvas. Each session of this protocol is responsible for a new canvas.

Traits§

InstanceProxyInterface

Type Aliases§

Line
A line in 2D space.