Module nannou_conrod::image[][src]

Expand description

A type used to manage a user’s image data and map them to Image widgets:

Structs

Unique image identifier.

A type used to map the widget::Id of Image widgets to their associated Img data.

An iterator yielding an Id for each new Img inserted into the Map via the extend method.

Type Definitions

The type of std::collections::HashMap with fnv::FnvHasher used within the image::Map.