Expand description
Constants.
Structs§
- Const
- Const is an owned value which is immutable, but also has a lifetime. This value exists because ffmpeg often has values that we ‘own’ but is linked to some lifetime.
- Mut
- Mut is an owned value which is mutable, but also has a lifetime. This value exists because ffmpeg often has values that we ‘own’ but is linked to some lifetime.