Module conrod_core::image[][src]

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

Structs

Id

Unique image identifier.

Map

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

NewIds

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

Type Definitions

HashMap

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