Struct agents::app::App[][src]

pub struct App<S: State> { /* fields omitted */ }
Expand description

The main application.

This struct owns the window, the graphics subsystem, and the state. It is responsible for the main application loop, rebuilding the swapchain, and invoking functions on the State.

Implementations

Build a new instance of the application.

build_state is a function which constructs an instance of the application’s state type.

The application’s main loop.

This method will block until the user kills the application or until the State implementation calls window.set_should_close(true).

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

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

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.