Struct pixel_widgets::sandbox::Sandbox[][src]

pub struct Sandbox<M: 'static + Component> {
    pub ui: Ui<M>,
    // some fields omitted
}
Expand description

Sandbox for quick prototyping of pixel widgets applications

Fields

ui: Ui<M>

The Ui being used in the sandbox

Implementations

Construct a new Sandbox with a root component, style and window builder. The Sandbox will finish building the window and setup the graphics. To start the main event loop, call run() on the result.

Update the root component with a message. Returns any output messages from the root component.

Run the application

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.