Module vapoursynth::map [] [src]

VapourSynth maps.

Structs

Keys

An iterator over the keys of a map.

Map

A VapourSynth map.

OwnedMap

An owned VapourSynth map.

ValueIter

An iterator over the values associated with a certain key of a map.

Enums

Error

The error type for Map operations.

InvalidKeyError

An error indicating the map key is invalid.

ValueType

An enumeration of all possible value types.

Type Definitions

Result

A specialized Result type for Map operations.