Struct n18ui::Games[][src]

pub struct Games { /* fields omitted */ }
Expand description

Ordered collections of available games.

Implementations

Creates a collection of games.

Returns a reference to the active game.

Returns a mutable reference to the active game.

Returns the name of each game in the collection.

Returns an iterator over the games in the collection.

Changes the active game by name.

Changes the active game by index.

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.