Type Alias devices::virtio::video::decoder::InputResources

source ·
type InputResources = BTreeMap<u32, InputResource>;
Expand description

Maps an input resource ID to the underlying resource and its useful information.

Aliased Type§

struct InputResources { /* private fields */ }