Expand description
VapourSynth maps.
Structs§
- Keys
- An iterator over the keys of a map.
- Map
- A VapourSynth map.
- MapRef
- A reference to a VapourSynth map.
- MapRef
Mut - A reference to a mutable VapourSynth map.
- Owned
Map - An owned VapourSynth map.
- Value
Iter - An iterator over the values associated with a certain key of a map.
Enums§
- Error
- The error type for
Mapoperations. - Invalid
KeyError - An error indicating the map key is invalid.
- Value
Type - An enumeration of all possible value types.
Traits§
- Value
- A trait for values which can be stored in a map.
Type Aliases§
- Result
- A specialized
Resulttype forMapoperations.