Module vapoursynth::map
source · [−]Expand description
VapourSynth maps.
Structs
An iterator over the keys of a map.
A VapourSynth map.
A reference to a VapourSynth map.
A reference to a mutable VapourSynth map.
An owned VapourSynth map.
An iterator over the values associated with a certain key of a map.
Enums
The error type for Map
operations.
An error indicating the map key is invalid.
An enumeration of all possible value types.
Traits
A trait for values which can be stored in a map.
Type Definitions
A specialized Result
type for Map
operations.