Expand description
Structs§
- Debug
Loc - A debug struct for marking specific locations in code.
- Version
Error - A structure representing a mismatch between an expected and actual version number.
Enums§
- Error
- List of error codes than can be returned by API functions.
- Rust
Error - Enum containing the possible errors in the Rust wrapper over mpv, which may be caused by data passed from mpv or by the user.
Type Aliases§
- Result
std::result::Result
wrapper aroundError
for mpv functions.