pub struct ApplicationRuntimeBuilder { /* private fields */ }

Implementations§

Update the name of the LambdaKernel.

Configures the RenderAPIBuilder before the RenderContext is built using a callback provided by the user. The renderer in it’s default state will be good enough for most applications, but if you need to customize the renderer you can do so here.

Configures the WindowBuilder before the Window is built using a callback provided by the user. If you need to customize the window you can do so here.

Attach a component to the current runnable.

Builds an ApplicationRuntime equipped with windowing, an event loop, and a component stack that allows components to be dynamically pushed into the Kernel to receive events & render access.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.